diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-11-06 13:16:02 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-06 13:16:02 +0000 |
commit | 7b32f67d1ab25905fd8866ba10ce39a287b86381 (patch) | |
tree | fae51f239999fa354283ecab9ac7eb1b6defd040 /vcl/unx/kde4/KDEXLib.cxx | |
parent | 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70 (diff) |
add missing ki18n helper.
Diffstat (limited to 'vcl/unx/kde4/KDEXLib.cxx')
-rw-r--r-- | vcl/unx/kde4/KDEXLib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx index 3fc53a0e61c9..fc3eafd54a6b 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@lists.freedesktop.org"); |