mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Replaced uiErrPatching by uiErrPatchApply
This commit is contained in:
parent
40179ff764
commit
9dbc7d7483
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue