CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 05/04/08 13:39:28
Modified files:
src : help.cpp
Log message:
Fixed debug message typos (no effect on string freeze: not in .pot
files)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.85&tr2=1.86&r1=text&r2=text
Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.85 wesnoth/src/help.cpp:1.86
--- wesnoth/src/help.cpp:1.85 Sun Mar 27 23:06:17 2005
+++ wesnoth/src/help.cpp Fri Apr 8 13:39:27 2005
@@ -1805,7 +1805,7 @@
std::stringstream msg;
msg << "Reference to non-existent topic '" << dst
<< "'. Please submit a bug report if you have not"
- "modified the game files yourself. Errornous
config: ";
+ "modified the game files yourself. Erroneous
config: ";
write(msg, cfg);
throw parse_error(msg.str());
}
@@ -1813,7 +1813,7 @@
if (dst == "") {
std::stringstream msg;
msg << "Ref markup must have dst attribute. Please submit a bug"
- " report if you have not modified the game files
yourself. Errornous config: ";
+ " report if you have not modified the game files
yourself. Erroneous config: ";
write(msg, cfg);
throw parse_error(msg.str());
}