Remove gettext call.

This commit is contained in:
Ignacio R. Morelle 2008-11-05 14:36:17 +00:00
parent a2f566bc96
commit 7f8a4d1005

View file

@ -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"];