Author: soliton
Date: Mon Feb  2 16:23:51 2009
New Revision: 32549

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32549&view=rev
Log:
uniformly use 'nick' in mp command descriptions

Modified:
    trunk/src/menu_events.cpp

Modified: trunk/src/menu_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.cpp?rev=32549&r1=32548&r2=32549&view=diff
==============================================================================
--- trunk/src/menu_events.cpp (original)
+++ trunk/src/menu_events.cpp Mon Feb  2 16:23:51 2009
@@ -2155,12 +2155,12 @@
                                register_command("drop", 
&chat_command_handler::do_drop,
                                        _("Drop your nick."));
                                register_command("set", 
&chat_command_handler::do_set,
-                                       _("Update details for your username. 
For possible details see /details"),
+                                       _("Update details for your nick. For 
possible details see '/details'."),
                                        "<detail> <value>");
                                register_command("info", 
&chat_command_handler::do_info,
-                                       _("Request information about a user."), 
"<nick>");
+                                       _("Request information about a nick."), 
"<nick>");
                                register_command("details", 
&chat_command_handler::do_details,
-                                       _("Request a list of details you can 
set for your registered username."));
+                                       _("Request a list of details you can 
set for your registered nick."));
                        }
                private:
                        chat_handler& chat_handler_;


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

Reply via email to