<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>
<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>
<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>
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)
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");