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

List:       kde-commits
Subject:    kdenetwork/kopete/protocols/msn
From:       Eugene Zelenko <greendeath () mail ! ru>
Date:       2003-09-10 2:08:49
[Download RAW message or body]

CVS commit by zelenko: 

Fix "contact list" spelling
Use HTML tags for highlighting arguments in message boxes


  M +5 -5      msnnotifysocket.cpp   1.122


--- kdenetwork/kopete/protocols/msn/msnnotifysocket.cpp  #1.121:1.122
@@ -109,6 +109,6 @@ void MSNNotifySocket::handleError( uint 
         case 205:
         {
-                QString msg = i18n( "Invalid user! \n"
-                        "This MSN user does not exist: %1 \n Please check the MSN \
ID." ).arg(m_tmpLastHandle); +                QString msg = i18n( "<qt>Invalid \
user!<br>" +                        "This MSN user does not exist: \
<b>%1</b>.<br>Please check the MSN ID.</qt>" ).arg(m_tmpLastHandle);  \
KMessageBox::error( 0, msg, i18n( "MSN Plugin" ) );  break;
@@ -132,8 +132,8 @@ void MSNNotifySocket::handleError( uint 
         case 215:
         {
-                QString msg = i18n( "The user %1 already exists in this group!\n"
+                QString msg = i18n( "<qt>The user <b>%1</b> already exists in this \
                group!<br>"
                         "If this is not the case, please send us a detailed bug \
                report "
                         "at kopete-devel@kde.org containing the raw output on the "
-                        "console (in gzipped format, as it is probably a lot of \
output!)" ).arg(m_tmpLastHandle); +                        "console (in gzipped \
format, as it is probably a lot of output!)</qt>" ).arg(m_tmpLastHandle);  \
KMessageBox::error( 0, msg, i18n( "MSN Plugin" ) );  break;
@@ -163,5 +163,5 @@ void MSNNotifySocket::handleError( uint 
         {
                 QString msg = i18n( "You are trying to change your status, or your \
                nickname too rapidely.\n"
-                                "This might happends if you added yourself on your \
contactlist" ); +                                "This might happends if you added \
yourself on your contact list" );  KMessageBox::error( 0, msg, i18n( "MSN Plugin" ) \
);  //FIXME: try to fix this problem


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

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