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:
parent
a4d03d21c5
commit
95b5114c45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue