summaryrefslogtreecommitdiff
path: root/src/table/unmovable_land.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-05 17:59:21 +0000
committerrubidium <rubidium@openttd.org>2009-08-05 17:59:21 +0000
commit1fe3ad3288fd2198f5480f75a17b707cd2a3c2af (patch)
tree89d8ada3dbf29005d4cf5ab88204c3b24dd97795 /src/table/unmovable_land.h
parent2fe966fd8c56a7cab7a4a9dd9485e0034e6cf7f0 (diff)
downloadopenttd-1fe3ad3288fd2198f5480f75a17b707cd2a3c2af.tar.xz
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
Diffstat (limited to 'src/table/unmovable_land.h')
-rw-r--r--src/table/unmovable_land.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/unmovable_land.h b/src/table/unmovable_land.h
index 32a28e926..573891cd2 100644
--- a/src/table/unmovable_land.h
+++ b/src/table/unmovable_land.h
@@ -94,9 +94,9 @@ static const DrawTileSprites _unmovable_display_datas[] = {
#undef TILE_SPRITE_LINE
const UnmovableSpec _original_unmovable[] = {
- {STR_UNMOVABLE_DESCRIPTION_TRANSMITTER, 1, 1},
- {STR_UNMOVABLE_DESCRIPTION_LIGHTHOUSE, 1, 1},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_TRANSMITTER, 1, 1},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_LIGHTHOUSE, 1, 1},
{STR_TOWN_BUILDING_NAME_STATUE_1, 1, 1},
- {STR_UNMOVABLE_DESCRIPTION_COMPANY_OWNED_LAND, 10, 2},
- {STR_UNMOVABLE_DESCRIPTION_COMPANY_HEADQUARTERS, 1, 1},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_COMPANY_OWNED_LAND, 10, 2},
+ {STR_LAI_UNMOVABLE_DESCRIPTION_COMPANY_HEADQUARTERS, 1, 1},
};