mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +00:00
Changed: Replaced uiErrPatching by uiErrPatchApply
This commit is contained in:
parent
9da8a7db77
commit
44c7bc1916
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