]> cloud.milkyroute.net Git - dolphin.git/commitdiff
improved i18ncheckarg scripts means new KUIT issues -> fixed now...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 13 Jul 2007 18:39:57 +0000 (18:39 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 13 Jul 2007 18:39:57 +0000 (18:39 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=687491

src/dolphin_directoryviewpropertysettings.kcfg
src/dolphinpart.cpp
src/main.cpp

index 14173df38ff69701426f537b44146accf4e65c09..084a49803776fa7e97d0a586f0e01002050c0ade 100644 (file)
@@ -9,7 +9,7 @@
     <group name="Settings">
         <entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" >
             <label context="@label">Show hidden files</label>
-            <whatsthis context="@info">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
+            <whatsthis context="@info:whatsthis">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
             <default>false</default>
         </entry>
     </group>
@@ -17,7 +17,7 @@
     <group name="Dolphin">
         <entry name="ViewMode" type="Int" >
             <label context="@label">View Mode</label>
-            <whatsthis context="@info">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
+            <whatsthis context="@info:whatsthis">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
             <default>DolphinView::IconsView</default>
             <min>0</min>
             <max code="true">DolphinView::MaxModeEnum</max>
 
         <entry name="ShowPreview" type="Bool" >
             <label context="@label">Show preview</label>
-            <whatsthis context="@info">When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
+            <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
             <default>false</default>
         </entry>
 
         <entry name="CategorizedSorting" type="Bool" >
             <label context="@label">Categorized Sorting</label>
-            <whatsthis context="@info">When this option is enabled, the sorted items get summarized by their category.</whatsthis>
+            <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items get summarized by their category.</whatsthis>
             <default>false</default>
         </entry>
 
         <entry name="Sorting" type="Int" >
             <label context="@label">Sort files by</label>
-            <whatsthis context="@info">This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>
+            <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>
             <default code="true">DolphinView::SortByName</default>
             <min>0</min>
             <max code="true">DolphinView::MaxSortEnum</max>
@@ -57,7 +57,7 @@
 
         <entry name="Timestamp" type="DateTime" >
             <label context="@label">Properties last changed</label>
-            <whatsthis context="@info">The last time these properties were changed by the user.</whatsthis>
+            <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
         </entry>
     </group>
 </kcfg>
index a6ce985956fe875658a871e180d543284d5223d0..675609b3dea3bfe3a4bac3707539dbbf5dfed709 100644 (file)
@@ -94,7 +94,7 @@ DolphinPart::~DolphinPart()
 
 KAboutData* DolphinPart::createAboutData()
 {
-    return new KAboutData("dolphinpart", 0, ki18nc("@info", "Dolphin Part"), "0.1");
+    return new KAboutData("dolphinpart", 0, ki18nc("@title", "Dolphin Part"), "0.1");
 }
 
 bool DolphinPart::openUrl(const KUrl& url)
index 46ad98bc91f941cd2d2b4cd072d1a44ed210ed55..8171d3fb8aa921367a03674d2845d056eba0e795 100644 (file)
@@ -27,9 +27,9 @@
 int main(int argc, char **argv)
 {
     KAboutData about("dolphin", 0,
-                     ki18nc("@info", "Dolphin"),
+                     ki18nc("@title", "Dolphin"),
                      "0.9.0",
-                     ki18nc("@info", "File Manager"),
+                     ki18nc("@title", "File Manager"),
                      KAboutData::License_GPL,
                      ki18nc("@info:credit", "(C) 2006 Peter Penz"));
     about.setHomepage("http://enzosworld.gmxhome.de");