Author: ilor
Date: Tue Aug 19 09:03:22 2008
New Revision: 28757

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

Modified:
    trunk/src/editor2/editor_controller.cpp

Modified: trunk/src/editor2/editor_controller.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_controller.cpp?rev=28757&r1=28756&r2=28757&view=diff
==============================================================================
--- trunk/src/editor2/editor_controller.cpp (original)
+++ trunk/src/editor2/editor_controller.cpp Tue Aug 19 09:03:22 2008
@@ -186,7 +186,7 @@
 {
        if (get_map_context().modified()) {
                return !gui::dialog(gui(), _("There are unsaved changes in the 
map"),
-                       _("Do you want to discard all changes you made te the 
map?"), gui::YES_NO).show();
+                       _("Do you want to discard all changes you made to the 
map?"), gui::YES_NO).show();
        } else {
                return true;
        }


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

Reply via email to