diff options
| author | Peter Penz <[email protected]> | 2007-07-13 18:39:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-13 18:39:57 +0000 |
| commit | 6b49f86c54902cc1ca95e2a70c75467828e2a606 (patch) | |
| tree | 5f45c63e0076ef6907bffdefdc5abde2baf28baf /src/dolphinpart.cpp | |
| parent | d5b2e29be30c7cd603f965e273a9a754166b4fec (diff) | |
improved i18ncheckarg scripts means new KUIT issues -> fixed now...
svn path=/trunk/KDE/kdebase/apps/; revision=687491
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
