summaryrefslogtreecommitdiff
path: root/music_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
commit20f36f8c88393c02582a51b3b32894160f722349 (patch)
tree899861c5a9748f36ac72468484bcc6937c0c943f /music_gui.c
parent967762e5ef56def110bc283a0f0b5023e4908aa7 (diff)
downloadopenttd-20f36f8c88393c02582a51b3b32894160f722349.tar.xz
(svn r1088) Strings cleanup. Renamed some strings to reflect their content.
Diffstat (limited to 'music_gui.c')
-rw-r--r--music_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/music_gui.c b/music_gui.c
index 3d1edc258..417035140 100644
--- a/music_gui.c
+++ b/music_gui.c
@@ -287,7 +287,7 @@ static const Widget _music_track_selection_widgets[] = {
{ WWT_PUSHIMGBTN, 14, 186, 245, 76, 83, 0x0, STR_01F6_SELECT_CUSTOM_1_USER_DEFINED},
{ WWT_PUSHIMGBTN, 14, 186, 245, 84, 91, 0x0, STR_01F7_SELECT_CUSTOM_2_USER_DEFINED},
{ WWT_PUSHIMGBTN, 14, 186, 245, 108, 115, 0x0, STR_01F8_CLEAR_CURRENT_PROGRAM_CUSTOM1},
-{ WWT_PUSHIMGBTN, 14, 186, 245, 124, 131, 0x0, STR_01F9_SAVE_MUSIC_SETTINGS_TO},
+{ WWT_PUSHIMGBTN, 14, 186, 245, 124, 131, 0x0, STR_01F9_SAVE_MUSIC_SETTINGS},
{ WIDGETS_END},
};