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

New commits:
commit 7b32f67d1ab25905fd8866ba10ce39a287b86381
Author: Michael Meeks <[email protected]>
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";,
             "[email protected]");
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to