[Libreoffice-commits] .: vcl/unx

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 6 05:15:49 PST 2012


 vcl/unx/kde4/KDEXLib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7b32f67d1ab25905fd8866ba10ce39a287b86381
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Tue Nov 6 13:16:02 2012 +0000

    add missing ki18n helper.

diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 3fc53a0..fc3eafd 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -99,7 +99,7 @@ void KDEXLib::Init()
             "3.6.0",
             ki18n( "LibreOffice with KDE Native Widget Support." ),
             KAboutData::License_File,
-            "(c) 2003-2012 Novell, Inc and Apache Software Foundation",
+            ki18n(" (c) 2003-2012 Novell, Inc and Apache Software Foundation" ),
             ki18n( "LibreOffice is an office suite.\n" ),
             "http://libreoffice.org",
             "libreoffice at lists.freedesktop.org");


More information about the Libreoffice-commits mailing list