mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
don't use locale for error message (mostly to stop mse from whining about the missing entry)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1471 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ VCSP read_new<VCS>(Reader& reader) {
|
|||||||
reader.warning(_ERROR_1_("expected key", _("version control system")));
|
reader.warning(_ERROR_1_("expected key", _("version control system")));
|
||||||
throw ParseError(_ERROR_("aborting parsing"));
|
throw ParseError(_ERROR_("aborting parsing"));
|
||||||
} else {
|
} else {
|
||||||
reader.warning(_ERROR_1_("unsupported version control type", type));
|
reader.warning(format_string(_("Unsupported version control type: '%s'"), type));
|
||||||
throw ParseError(_ERROR_("aborting parsing"));
|
throw ParseError(_ERROR_("aborting parsing"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user