[devel] kdenonbeta/kdedebian/kalternatives/src

Mario Bensi <[email protected]> Thu, 14 Oct 2004 13:27:58 +0200 (CEST)
Newsgroups gmane.comp.kde.devel.debian
Message-ID <20041014112758.E983516D28__46557.4036971249$1097753304$gmane$org@office.kde.org>
CVS commit by bensi: 

internationalisation


  M +2 -2      altitemelement.cpp   1.15


--- kdenonbeta/kdedebian/kalternatives/src/altitemelement.cpp  #1.14:1.15
@@ -25,5 +25,5 @@
 
 #include <qtimer.h> 
-
+#include <klocale.h>
 #include <kdebug.h>
 /******************************* AltItemElement ********************/
@@ -76,5 +76,5 @@ void AltItemElement::searchDescription()
 void AltItemElement::slotDescriptionTermined(KProcess *)
 {
-        int pos = m_desc.findRev("nothing appropriate");
+        int pos = m_desc.findRev(i18n("nothing appropriate"));
         if (pos == -1)
         {