wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/editor editor_dialogs.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor_dialogs.cpp
Date: Thu, 14 Apr 2005 06:15:15 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    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

[Prev in Thread] Current Thread [Next in Thread]