From e3053660c673b0a81691175995ee68d00fac869c Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 20 Jul 2009 11:21:57 +0000 Subject: (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically --- src/misc_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index ccf557dfc..a48940a4d 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -185,7 +185,7 @@ public: /* Local authority */ SetDParam(0, STR_LAND_AREA_INFORMATION_LOCAL_AUTHORITY_NONE); if (t != NULL) { - SetDParam(0, STR_TOWN); + SetDParam(0, STR_TOWN_NAME); SetDParam(1, t->index); } GetString(this->landinfo_data[line_nr], STR_LAND_AREA_INFORMATION_LOCAL_AUTHORITY, lastof(this->landinfo_data[line_nr])); -- cgit v1.2.3-70-g09d2