Author: soliton
Date: Thu Feb 28 18:36:51 2008
New Revision: 24144
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24144&view=rev
Log:
* fix a wrong help string by copying the button title; should be tweaked after
string freeze
Modified:
trunk/src/game_preferences_display.cpp
trunk/src/menu_events.cpp
Modified: trunk/src/game_preferences_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_preferences_display.cpp?rev=24144&r1=24143&r2=24144&view=diff
==============================================================================
--- trunk/src/game_preferences_display.cpp (original)
+++ trunk/src/game_preferences_display.cpp Thu Feb 28 18:36:51 2008
@@ -342,10 +342,10 @@
show_ai_moves_button_.set_help_string(_("Do not animate AI units
moving"));
save_replays_button_.set_check(save_replays());
- save_replays_button_.set_help_string(_("Save replays on SP victory or
SP/MP defeat."));
+ save_replays_button_.set_help_string(_("Save Replay on SP/MP Victory or
MP Defeat"));
delete_saves_button_.set_check(delete_saves());
- delete_saves_button_.set_help_string(_("Automatically delete saves on
SP victory or SP/MP defeat"));
+ delete_saves_button_.set_help_string(_("Delete Auto-Saves on SP/MP
Victory or MP Defeat"));
show_grid_button_.set_check(grid());
show_grid_button_.set_help_string(_("Overlay a grid onto the map"));
Modified: trunk/src/menu_events.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.cpp?rev=24144&r1=24143&r2=24144&view=diff
==============================================================================
--- trunk/src/menu_events.cpp (original)
+++ trunk/src/menu_events.cpp Thu Feb 28 18:36:51 2008
@@ -1957,6 +1957,7 @@
_("Add a nick to your
friends list."
" Usage: /list
addfriend <nick>"));
} else if (subcommand == "addignore"){
+ // s/ignore/addignore/
add_chat_message(time(NULL), "help", 0 ,
_("Add a nick to your
ignores list."
" Usage: /list ignore
<nick>"));
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits