┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphin_directoryviewpropertysettings.kcfg12
-rw-r--r--src/dolphinpart.cpp2
-rw-r--r--src/main.cpp4
3 files changed, 9 insertions, 9 deletions
diff --git a/src/dolphin_directoryviewpropertysettings.kcfg b/src/dolphin_directoryviewpropertysettings.kcfg
index 14173df38..084a49803 100644
--- a/src/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/dolphin_directoryviewpropertysettings.kcfg
@@ -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>
@@ -25,19 +25,19 @@
<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>
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index a6ce98595..675609b3d 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -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)
diff --git a/src/main.cpp b/src/main.cpp
index 46ad98bc9..8171d3fb8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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");