[kmobiletools] KDE/kdepim/kmobiletools/kmobiletools

Frank Osterfeld frank.osterfeld at kdemail.net
Thu Jun 21 00:35:35 CEST 2007


SVN commit 678230 by osterfeld:

typos (s/informations/information)


 M  +1 -1      engines/libkmobiletoolsengineui/connectionsPage.ui  
 M  +1 -1      libkmobiletools/job.cpp  
 M  +1 -1      mainpart/newdevicewizard/firstpage.cpp  
 M  +1 -1      mainpart/newdevicewizard/firstpage.ui  
 M  +3 -3      mainpart/newdevicewizard/lastpage.cpp  


--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/libkmobiletoolsengineui/connectionsPage.ui #678229:678230
@@ -20,7 +20,7 @@
 p, li { white-space: pre-wrap; }
 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose here what connection should KMobileTools use to communicate with your phone.</p>
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">In the &lt;span style=" font-weight:600;">Details&lt;/span> box you can also view additional informations, and set advanced parameters.&lt;/p>&lt;/body>&lt;/html></string>
+&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">In the &lt;span style=" font-weight:600;">Details&lt;/span> box you can also view additional information, and set advanced parameters.&lt;/p>&lt;/body>&lt;/html></string>
      </property>
     </widget>
    </item>
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/job.cpp #678229:678230
@@ -82,7 +82,7 @@
         case KMobileTools::Job::fetchAddressBook:
             return i18n("Fetching PhoneBook");
         case KMobileTools::Job::fetchPhoneInfos:
-            return i18n("Fetching Phone Informations");
+            return i18n("Fetching Phone Information");
         case KMobileTools::Job::testPhoneFeatures:
             return i18n("Testing Phone Capabilities");
         case KMobileTools::Job::syncDateTimeJob:
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/firstpage.cpp #678229:678230
@@ -43,7 +43,7 @@
 {
     d=new FirstPagePrivate;
     setupUi(this);
-    setTitle(i18nc("First new device wizard page title", "Mobile Phone Informations") );
+    setTitle(i18nc("First new device wizard page title", "Mobile Phone Information") );
     setCommitPage(true);
 }
 
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/firstpage.ui #678229:678230
@@ -42,7 +42,7 @@
       </sizepolicy>
      </property>
      <property name="title" >
-      <string>Phone Informations</string>
+      <string>Phone Information</string>
      </property>
      <layout class="QVBoxLayout" >
       <item>
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/lastpage.cpp #678229:678230
@@ -58,9 +58,9 @@
             <p><b>%4</b><br>%9</p> \
             ";
     ret=ret.arg( KIconLoader::global()->iconPath("kmobiletools", -K3Icon::SizeHuge),
-                i18nc("Wizard summary - Technical Informations", "Technical Informations"),
-                i18nc("Wizard summary - Basic Phone Informations", "Basic Phone Informations"),
-                i18nc("Wizard summary - Advanced Phone Informations", "Advanced Phone Informations")
+                i18nc("Wizard summary - Technical Information", "Technical Information"),
+                i18nc("Wizard summary - Basic Phone Information", "Basic Phone Information"),
+                i18nc("Wizard summary - Advanced Phone Information", "Advanced Phone Information")
                );
     ret=ret.arg( field("phonename").toString(),
                 i18n("Engine: %1", KMobileTools::EnginesList::instance()->wizardEngine()->pluginInfo()->name() )


More information about the kmobiletools mailing list