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

List:       kde-commits
Subject:    branches/work/konvi-kde4/src/linkaddressbook
From:       Laurent Montel <montel () kde ! org>
Date:       2009-01-30 11:44:26
Message-ID: 1233315866.500259.28493.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 918627 by mlaurent:

Fix i18n


 M  +2 -2      addressbook.cpp  


--- branches/work/konvi-kde4/src/linkaddressbook/addressbook.cpp #918626:918627
@@ -226,7 +226,7 @@
         {
             QString user = addressee.fullEmail();
             if(!user.isEmpty()) user = " (" + user + ')';
-            focusAndShowErrorMessage(i18n("Another KDE application tried to use \
Konversation for instant messaging, but the requested user%1 is not \
online.").arg(user)); +            focusAndShowErrorMessage(i18n("Another KDE \
application tried to use Konversation for instant messaging, but the requested user%1 \
is not online.",user));  return;
         }
 
@@ -286,7 +286,7 @@
     {
         QString user = addressee.fullEmail();
         if(!user.isEmpty()) user = " (" + user + ')';
-        focusAndShowErrorMessage(i18n("Another KDE application tried to use \
Konversation to send a file to a contact, but the requested user%1 is not currently \
online.").arg(user)); +        focusAndShowErrorMessage(i18n("Another KDE application \
tried to use Konversation to send a file to a contact, but the requested user%1 is \
not currently online.",user));  return;
     }
     nickInfo->getServer()->addDccSend(nickInfo->getNickname(), sourceURL, \
altFileName, fileSize);


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

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