Author: soliton
Date: Fri Aug 22 01:29:38 2008
New Revision: 28836

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28836&view=rev
Log:
typo fix

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=28836&r1=28835&r2=28836&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Fri Aug 22 01:29:38 2008
@@ -1268,7 +1268,7 @@
                                login = d.textbox_text();
                                if (res == 2 && 
preferences::mp_server_warning_disabled() < 2)
                                {
-                                       gui::dialog d(disp(), _("Do you realy 
want to start the server?"), _("Server will run in background process untill 
all users have disconnected."), gui::OK_CANCEL);
+                                       gui::dialog d(disp(), _("Do you really 
want to start the server?"), _("The server will run in a background process 
until all users have disconnected."), gui::OK_CANCEL);
                                        bool checked = 
preferences::mp_server_warning_disabled() != 1;
 
                                        d.add_option(_("Don't show again"), 
checked, gui::dialog::BUTTON_CHECKBOX_LEFT);


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

Reply via email to