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

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2005-05-12 18:44:49
Message-ID: 1115923489.432996.30642.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 412826 by pletourn:

Two small fixes


 M  +1 -1      trunk/KDE/kdepim/kmail/kmfilterdlg.cpp  
 M  +1 -1      trunk/KDE/kdepim/kmail/kmsystemtray.cpp  


--- trunk/KDE/kdepim/kmail/kmfilterdlg.cpp #412825:412826
@@ -87,7 +87,7 @@
 const char * _wt_filterlist_rename =
 I18N_NOOP( "<qt><p>Click this button to rename the currently-selected filter.</p>"
 	   "<p>Filters are named automatically, as long as they start with "
-	   "\"<<\".</p>"
+	   "\"&lt;\".</p>"
 	   "<p>If you have renamed a filter accidentally and want automatic "
 	   "naming back, click this button and select <em>Clear</em> followed "
 	   "by <em>OK</em> in the appearing dialog.</p></qt>" );
--- trunk/KDE/kdepim/kmail/kmsystemtray.cpp #412825:412826
@@ -326,7 +326,7 @@
         kdDebug(5006) << "Adding folder" << endl;
         if(i > mPopupFolders.size()) mPopupFolders.resize(i * 2);
         mPopupFolders.insert(i, it.key());
-        QString item = prettyName(it.key()) + "(" + QString::number(it.data()) + ")";
+        QString item = prettyName(it.key()) + " (" + QString::number(it.data()) + ")";
         newMessagesPopup->insertItem(item, this, SLOT(selectedAccount(int)), 0, i);
         ++it;
       }
[prev in list] [next in list] [prev in thread] [next in thread] 

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