Fix some strings in settingspages
authorKevin Funk <krf@electrostorm.net>
Wed, 31 Dec 2008 00:26:25 +0000 (01:26 +0100)
committerKevin Funk <krf@electrostorm.net>
Wed, 31 Dec 2008 00:27:34 +0000 (01:27 +0100)
src/qtui/settingspages/backlogsettingspage.ui
src/qtui/settingspages/generalsettingspage.ui
src/qtui/settingspages/identitiessettingspage.cpp
src/qtui/settingspages/identitiessettingspage.ui

index fd5c2cd..04e4ccd 100644 (file)
@@ -261,8 +261,7 @@ You can also chose to fetch additional older chatlines to provide a better conte
        <item>
         <widget class="QLabel" name="label_15" >
          <property name="text" >
-          <string>This requester fetches all messages newer than the oldest unread message for all buffers. 
-This requester determines which is the oldest read message of all buffers and then requests one large chunk of messages across all buffers.
+          <string>This requester fetches all messages newer than the oldest unread message for all buffers.
 
 Note: this requester is not recommended if you use hidden buffer or have inactive buffers (i.e.: no stale queries or channels).
 It is useful to limit the total amount of the backlog and is probably the fastest.
index c4e32f2..9d52833 100644 (file)
       <item row="3" column="0" >
        <widget class="QLabel" name="label_8" >
         <property name="text" >
-         <string>Errors</string>
+         <string>Errors:</string>
         </property>
        </widget>
       </item>
index 8b6280d..7950d98 100644 (file)
@@ -569,7 +569,7 @@ void IdentitiesSettingsPage::showKeyState(const QSslKey &key) {
       ui.keyTypeLabel->setText(tr("DSA"));
       break;
     default:
-      ui.keyTypeLabel->setText(tr("No Key Loaded"));
+      ui.keyTypeLabel->setText(tr("No Key loaded"));
     }
     ui.clearOrLoadKeyButton->setText(tr("Clear"));
   }
index 9f61bba..f4edd33 100644 (file)
                <string>Default away reason</string>
               </property>
               <property name="text" >
-               <string>Away Reason</string>
+               <string>Away Reason:</string>
               </property>
              </widget>
             </item>
                <string>Nick to be used when being away</string>
               </property>
               <property name="text" >
-               <string>Away Nick</string>
+               <string>Away Nick:</string>
               </property>
              </widget>
             </item>
                <string>Override default away reason for auto-away on detach</string>
               </property>
               <property name="text" >
-               <string>Away Reason</string>
+               <string>Away Reason:</string>
               </property>
              </widget>
             </item>
             <item row="0" column="0" >
              <widget class="QCheckBox" name="autoAwayReasonEnabled" >
               <property name="text" >
-               <string>Away Reason</string>
+               <string>Away Reason:</string>
               </property>
              </widget>
             </item>
@@ -656,7 +656,7 @@ Proceeding will cause an unencrypted transfer of your SSL Key and SSL Certificat
                 <item>
                  <widget class="QPushButton" name="continueUnsecured" >
                   <property name="text" >
-                   <string>continue</string>
+                   <string>Continue</string>
                   </property>
                  </widget>
                 </item>