Remove gettext call.
This commit is contained in:
parent
a2f566bc96
commit
7f8a4d1005
1 changed files with 1 additions and 1 deletions
|
@ -2210,7 +2210,7 @@ namespace {
|
|||
vconfig filter = cfg.child("filter");
|
||||
if(filter.null()) {
|
||||
filter = &empty_filter;
|
||||
lg::wml_error << _("[store_unit] missing required [filter] tag\n");
|
||||
lg::wml_error << "[store_unit] missing required [filter] tag\n";
|
||||
}
|
||||
|
||||
std::string variable = cfg["variable"];
|
||||
|
|
Loading…
Add table
Reference in a new issue