Changed: Replaced uiErrPatching by uiErrPatchApply
This commit is contained in:
parent
478b3ec42a
commit
72aa7963e5
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if (!res && !pPM->getLastErrorMessage().empty())
|
if (!res && !pPM->getLastErrorMessage().empty())
|
||||||
{
|
{
|
||||||
printError(convert(CI18N::get("uiErrPatching") + " " + pPM->getLastErrorMessage()));
|
printError(convert(CI18N::get("uiErrPatchApply") + " " + pPM->getLastErrorMessage()));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue