From 72aa7963e51ebc5929700e5dd1466b7ae1b33170 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 16 Sep 2010 17:26:23 +0200 Subject: [PATCH] Changed: Replaced uiErrPatching by uiErrPatchApply --- code/ryzom/tools/client/client_patcher/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/client_patcher/main.cpp b/code/ryzom/tools/client/client_patcher/main.cpp index 9f4e8c166..63d7387db 100644 --- a/code/ryzom/tools/client/client_patcher/main.cpp +++ b/code/ryzom/tools/client/client_patcher/main.cpp @@ -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; }