Changed: Replaced uiErrPatching by uiErrPatchApply

This commit is contained in:
kervala 2010-09-16 17:26:23 +02:00
parent 478b3ec42a
commit 72aa7963e5

View file

@ -345,7 +345,7 @@ int main(int argc, char *argv[])
if (!res && !pPM->getLastErrorMessage().empty())
{
printError(convert(CI18N::get("uiErrPatching") + " " + pPM->getLastErrorMessage()));
printError(convert(CI18N::get("uiErrPatchApply") + " " + pPM->getLastErrorMessage()));
return 1;
}