From 3da3d131c6a1e17db81d08c161b944c2c00533da Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Aug 2010 10:59:30 +0000 Subject: (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. --- src/genworld_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 53239433b..71de131d7 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -1146,7 +1146,7 @@ static const StringID _generation_class_table[] = { STR_GENERATION_CLEARING_TILES, STR_SCENEDIT_TOOLBAR_TOWN_GENERATION, STR_SCENEDIT_TOOLBAR_INDUSTRY_GENERATION, - STR_GENERATION_UNMOVABLE_GENERATION, + STR_GENERATION_OBJECT_GENERATION, STR_GENERATION_TREE_GENERATION, STR_GENERATION_SETTINGUP_GAME, STR_GENERATION_PREPARING_TILELOOP, -- cgit v1.2.3-54-g00ecf