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

List:       kde-commits
Subject:    KDE/kdelibs/kio/kssl
From:       Laurent Montel <montel () kde ! org>
Date:       2008-05-23 15:52:13
Message-ID: 1211557933.316772.27223.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 811707 by mlaurent:

Fix translate


 M  +2 -2      ksslinfodialog.cpp  


--- trunk/KDE/kdelibs/kio/kssl/ksslinfodialog.cpp #811706:811707
@@ -202,8 +202,8 @@
 
     QStringList cipherInfo = cipher.split('\n', QString::SkipEmptyParts);
     if (cipherInfo.size() >= 4) {
-        d->ui.encryption->setText(QString("%1, using %2 bits of a %3 bit key")
-                                         .arg(cipherInfo[0], QString::number(usedBits),
+        d->ui.encryption->setText(i18n("%1, using %2 bits of a %3 bit key",
+                                         cipherInfo[0], QString::number(usedBits),
                                               QString::number(bits)));
         d->ui.details->setText(QString("Auth = %1, Kx = %2, MAC = %3")
                                       .arg(cipherInfo[1], cipherInfo[2],
[prev in list] [next in list] [prev in thread] [next in thread] 

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