Replace "An error due to possible invalid WML occured"...

...with "An error due to possibly invalid WML occurred" in a
translatable string.

(String-freeze melt.)
This commit is contained in:
Ignacio R. Morelle 2009-01-27 19:24:01 +00:00
parent a4d03d21c5
commit 95b5114c45

View file

@ -49,7 +49,7 @@ void twml_exception::show(display &disp)
// The extra spaces between the \n are needed, otherwise the dialog doesn't show
// an empty line.
sstr << _("An error due to possible invalid WML occured\nThe error message is :")
sstr << _("An error due to possibly invalid WML occurred\nThe error message is :")
<< "\n" << user_message << "\n \n"
<< _("When reporting the bug please include the following error message :")
<< "\n" << dev_message;