Author: ivanovic
Date: Fri Apr 23 23:11:24 2010
New Revision: 42233

URL: http://svn.gna.org/viewcvs/wesnoth?rev=42233&view=rev
Log:
two string changes:
1) use "Filter:" instead of "Search" in the old lobby
2) allow the mouse over for the preferences entry to use the new lobby be 
translated differently than the entry itself

Modified:
    branches/1.8/src/game_preferences_display.cpp
    branches/1.8/src/multiplayer_lobby.cpp

Modified: branches/1.8/src/game_preferences_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.8/src/game_preferences_display.cpp?rev=42233&r1=42232&r2=42233&view=diff
==============================================================================
--- branches/1.8/src/game_preferences_display.cpp (original)
+++ branches/1.8/src/game_preferences_display.cpp Fri Apr 23 23:11:24 2010
@@ -368,7 +368,7 @@
        show_lobby_joins_button3_.set_help_string(_("Show messages about all 
players joining the multiplayer lobby"));
 
        new_lobby_button_.set_check(new_lobby());
-       new_lobby_button_.set_help_string(_("Use new lobby interface"));
+       new_lobby_button_.set_help_string(_("mouseover^Use new lobby 
interface"));
 
        mp_server_search_button_.set_help_string(_("Find and set path to MP 
server to host LAN games."));
        friends_list_button_.set_help_string(_("View and edit your friends and 
ignores list"));

Modified: branches/1.8/src/multiplayer_lobby.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.8/src/multiplayer_lobby.cpp?rev=42233&r1=42232&r2=42233&view=diff
==============================================================================
--- branches/1.8/src/multiplayer_lobby.cpp (original)
+++ branches/1.8/src/multiplayer_lobby.cpp Fri Apr 23 23:11:24 2010
@@ -735,7 +735,7 @@
        invert_filter_(disp.video(), _("Invert"), gui::button::TYPE_CHECK),
        vacant_slots_(disp.video(), _("Vacant Slots"), gui::button::TYPE_CHECK),
        friends_in_game_(disp.video(), _("Friends in Game"), 
gui::button::TYPE_CHECK),
-       filter_label_(disp.video(), _("Search:")),
+       filter_label_(disp.video(), _("Filter:")),
        filter_text_(disp.video(), 150),
 #endif
        last_selected_game_(-1), sorter_(gamelist),


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to