diff options
| author | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
| commit | 7eef5ebec2ceaebb4088629093ecd3f0c2635816 (patch) | |
| tree | 836324390b42174a0cd402b3eda8400f102105c6 /src/dolphinpart.cpp | |
| parent | 9c9374c7da1a514b721793759a2f8047a35083c5 (diff) | |
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=686787
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 c0d807910..a6ce98595 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -94,7 +94,7 @@ DolphinPart::~DolphinPart() KAboutData* DolphinPart::createAboutData() { - return new KAboutData("dolphinpart", 0, ki18n( "Dolphin Part" ), "0.1"); + return new KAboutData("dolphinpart", 0, ki18nc("@info", "Dolphin Part"), "0.1"); } bool DolphinPart::openUrl(const KUrl& url) |
