Author: mordante
Date: Sat Aug 16 16:20:51 2008
New Revision: 28648

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28648&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=28648&r1=28647&r2=28648&view=diff
==============================================================================
--- trunk/src/editor2/editor_controller.cpp (original)
+++ trunk/src/editor2/editor_controller.cpp Sat Aug 16 16:20:51 2008
@@ -150,7 +150,7 @@
                        play_slice();
                }
        } catch (editor_exception& e) {
-               gui::message_dialog(gui(), _("Fatal errror"), e.what()).show();
+               gui::message_dialog(gui(), _("Fatal error"), e.what()).show();
                return EXIT_ERROR;
        }
        return quit_mode_;


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

Reply via email to