CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <[EMAIL PROTECTED]> 05/04/14 10:15:15

Modified files:
        src/editor     : editor_dialogs.cpp 

Log message:
        Removed double space.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_dialogs.cpp.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/editor_dialogs.cpp
diff -u wesnoth/src/editor/editor_dialogs.cpp:1.26 
wesnoth/src/editor/editor_dialogs.cpp:1.27
--- wesnoth/src/editor/editor_dialogs.cpp:1.26  Fri Mar 18 21:21:48 2005
+++ wesnoth/src/editor/editor_dialogs.cpp       Thu Apr 14 10:15:15 2005
@@ -44,7 +44,7 @@
 
 bool confirm_modification_disposal(display& disp) {
        const int res = gui::show_dialog(disp, NULL, "",
-                                        _("Your modifications to the map will 
be lost.  Continue?"),
+                                        _("Your modifications to the map will 
be lost. Continue?"),
                                         gui::OK_CANCEL);
        return res == 0;
 }


Reply via email to