From: Peter Penz Date: Fri, 13 Jul 2007 18:39:57 +0000 (+0000) Subject: improved i18ncheckarg scripts means new KUIT issues -> fixed now... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/6b49f86c54902cc1ca95e2a70c75467828e2a606 improved i18ncheckarg scripts means new KUIT issues -> fixed now... svn path=/trunk/KDE/kdebase/apps/; revision=687491 --- 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 @@ - When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view. + When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view. false @@ -17,7 +17,7 @@ - This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views. + This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views. DolphinView::IconsView 0 DolphinView::MaxModeEnum @@ -25,19 +25,19 @@ - When this option is enabled, a preview of the file content is shown as icon. + When this option is enabled, a preview of the file content is shown as icon. false - When this option is enabled, the sorted items get summarized by their category. + When this option is enabled, the sorted items get summarized by their category. false - This option defines which attribute (name, size, date, etc) sorting is performed on. + This option defines which attribute (name, size, date, etc) sorting is performed on. DolphinView::SortByName 0 DolphinView::MaxSortEnum @@ -57,7 +57,7 @@ - The last time these properties were changed by the user. + The last time these properties were changed by the user. 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");