From d496eab538cb967c62308f4235f090849ed82957 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 21 Apr 2017 21:02:04 +1000 Subject: tdf#39468 - vcl: Translate German in errinf.cxx Change-Id: I53a0bccc7e040d9e5347d18630f1190c195c7b61 Reviewed-on: https://gerrit.libreoffice.org/36844 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- vcl/source/window/errinf.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx index af9a68010de8..55f2cfe58f26 100644 --- a/vcl/source/window/errinf.cxx +++ b/vcl/source/window/errinf.cxx @@ -285,7 +285,7 @@ ErrorHandlerFlags ErrorHandler::HandleError_Impl( { OStringBuffer aStr("Action: "); aStr.append(OUStringToOString(aAction, RTL_TEXTENCODING_ASCII_US)); - aStr.append("\nFehler: "); + aStr.append("\nError: "); aStr.append(OUStringToOString(aErr, RTL_TEXTENCODING_ASCII_US)); OSL_FAIL(aStr.getStr()); } @@ -308,7 +308,7 @@ ErrorHandlerFlags ErrorHandler::HandleError_Impl( } } OSL_FAIL("Error not handled"); - // Error 1 is General Error in the Sfx + // Error 1 is classified as a General Error in sfx if(pInfo->GetErrorCode()!=1) { HandleError_Impl(1, ErrorHandlerFlags::MAX, bJustCreateString, rError); -- cgit v1.2.3