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

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

[Wesnoth-cvs-commits] wesnoth/src help.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp
Date: Fri, 08 Apr 2005 12:04:56 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/04/08 16:04:56

Modified files:
        src            : help.cpp 

Log message:
        Another typo fixed in a non-translatable error message.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.86&tr2=1.87&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.86 wesnoth/src/help.cpp:1.87
--- wesnoth/src/help.cpp:1.86   Fri Apr  8 13:39:27 2005
+++ wesnoth/src/help.cpp        Fri Apr  8 16:04:56 2005
@@ -2448,7 +2448,7 @@
                        }
                        else if (state == ELEMENT_NAME) {
                                if (c == '/') {
-                                       std::string msg = "Errornous / in 
element name.";
+                                       std::string msg = "Erroneous / in 
element name.";
                                        throw parse_error(msg);
                                }
                                else if (c == '>') {




reply via email to

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