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

List:       kde-commits
Subject:    KDE/kdelibs/security/crypto
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2007-08-22 21:34:09
Message-ID: 1187818449.963058.22359.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 703576 by ilic:

Collect chopped i18n message.

 M  +12 -5     crypto.cpp  


--- trunk/KDE/kdelibs/security/crypto/crypto.cpp #703575:703576
@@ -297,17 +297,24 @@
   QComboBox *cwcb = new QComboBox(cwbg);
     laygroup2->addWidget( cwcb );
   grid->addWidget(cwbg, 3, 0, 1, 2 );
-  QString whatStr = i18n("<qt>Use these preconfigurations to more easily configure \
the SSL encryption settings. You can choose among the following modes: </qt><ul>");  
   cwcb->addItem(QString());
   cwcb->addItem(i18n("Strong Ciphers Only"));
-  whatStr += i18n("<li><b>Strong Ciphers Only:</b> Select only the strong (&gt;= 128 \
bit) encryption ciphers.</li>");  cwcb->addItem(i18n("Export Ciphers Only"));
-  whatStr += i18n("<li><b>Export Ciphers Only:</b> Select only the weak ciphers \
(&lt;= 56 bit).</li>");  cwcb->addItem(i18n("Enable All"));
-  whatStr += i18n("<li><b>Enable All:</b> Select all SSL ciphers and \
methods.</li></ul>"); +  
+  whatstr = i18n("<qt>Use these preconfigurations to more easily configure "
+                 "the SSL encryption settings. You can choose among the "
+                 "following modes:<ul>"
+                 "<li><b>Strong Ciphers Only:</b> Select only the strong "
+                 "(&gt;= 128 bit) encryption ciphers.</li>"
+                 "<li><b>Export Ciphers Only:</b> Select only the weak "
+                 "ciphers (&lt;= 56 bit).</li>"
+                 "<li><b>Enable All:</b> Select all SSL ciphers and "
+                 "methods.</li>"
+                 "</ul></qt>");
 
-  cwcb->setWhatsThis( whatStr);
+  cwcb->setWhatsThis( whatstr);
 
   connect(cwcb, SIGNAL(activated(int)), SLOT(slotSelectCipher(int)));
 


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

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