[Libreoffice-commits] core.git: idl/source

Chris Sherlock chris.sherlock79 at gmail.com
Sat Jan 30 18:30:14 PST 2016


 idl/source/prj/database.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0bc3af3c1f719f9758ac01ff0b526abea7af0490
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sun Jan 31 13:29:13 2016 +1100

    tdf#39468 idl: translate German warning
    
    Change-Id: I5d330923b963ca51ba606c0b59ff76cd059c2e6b

diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx
index 7703530..33c2a4d 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -407,7 +407,7 @@ SvMetaAttribute * SvIdlDataBase::ReadKnownAttr
                 }
             }
 
-            OStringBuffer aStr("Nicht gefunden : ");
+            OStringBuffer aStr("Not found : ");
             aStr.append(pTok->GetString());
             OSL_FAIL(aStr.getStr());
         }


More information about the Libreoffice-commits mailing list