Change lg::wml_error consumer's formatting:
...leading text is "Invalid WML found" instead of "Deprecated WML found" now.
This commit is contained in:
parent
10340ccbf5
commit
a2f566bc96
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ static void show_wml_errors()
|
|||
lg::wml_error.clear();
|
||||
|
||||
// Show the messages collected
|
||||
std::string caption = "Deprecated WML found";
|
||||
std::string caption = "Invalid WML found";
|
||||
for(std::map<std::string, int>::const_iterator itor = messages.begin();
|
||||
itor != messages.end(); ++itor) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue