[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_4_BRANCH: kdenetwork/kopete/kopete/contactlist
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2005-04-18 9:39:02
Message-ID: 20050418093902.9E915625 () office ! kde ! org
[Download RAW message or body]

CVS commit by lukas: 

fix the unstranslatable strings


  M +3 -2      kabcexport.cpp   1.1.4.1


--- kdenetwork/kopete/kopete/contactlist/kabcexport.cpp  #1.1:1.1.4.1
@@ -31,4 +31,5 @@
 #include <kopetecontactlist.h>
 #include <kopetemetacontact.h>
+#include <klocale.h>
 
 #include "kabcpersistence.h"
@@ -78,6 +79,6 @@ KabcExportWizard::KabcExportWizard( QWid
         if ( counter == 0 )
         {
-                m_addrBooks->insertItem( "No writeable addressbook resource found." );
-                m_addrBooks->insertItem( "Add or enable one using the KDE Control Centre." );
+                m_addrBooks->insertItem( i18n("No writeable addressbook resource found.") );
+                m_addrBooks->insertItem( i18n("Add or enable one using the KDE Control Center.") );
                 m_addrBooks->setEnabled( false );
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic