summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-14 19:47:35 +0000
committerdominik <dominik@openttd.org>2004-12-14 19:47:35 +0000
commita733a469b53dbc46014440f600c0115bb106c1ad (patch)
tree899861c5a9748f36ac72468484bcc6937c0c943f /settings_gui.c
parentf957e2ccffe96204f8a680d62e3a13b8daffd262 (diff)
downloadopenttd-a733a469b53dbc46014440f600c0115bb106c1ad.tar.xz
(svn r1088) Strings cleanup. Renamed some strings to reflect their content.
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index b8dd259a5..734532ff9 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -229,7 +229,7 @@ static const Widget _game_options_widgets[] = {
{ WWT_FRAME, 14, 10, 359, 194, 228, STR_02BC_VEHICLE_DESIGN_NAMES, STR_NULL},
{ WWT_6, 14, 20, 119, 207, 218, STR_02BD, STR_02C1_VEHICLE_DESIGN_NAMES_SELECTION},
{ WWT_CLOSEBOX, 14, 108, 118, 208, 217, STR_0225, STR_02C1_VEHICLE_DESIGN_NAMES_SELECTION},
-{ WWT_CLOSEBOX, 14, 130, 349, 207, 218, STR_02C0_SAVE_CUSTOM_NAMES_TO_DISK, STR_02C2_SAVE_CUSTOMIZED_VEHICLE},
+{ WWT_CLOSEBOX, 14, 130, 349, 207, 218, STR_02C0_SAVE_CUSTOM_NAMES, STR_02C2_SAVE_CUSTOMIZED_VEHICLE},
{ WWT_FRAME, 14, 190, 359, 104, 139, STR_OPTIONS_LANG, STR_NULL},
{ WWT_6, 14, 200, 349, 118, 129, STR_OPTIONS_LANG_CBO, STR_OPTIONS_LANG_TIP},