diff options
| author | Peter Penz <[email protected]> | 2007-03-11 18:28:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-11 18:28:59 +0000 |
| commit | a6d59a1381e19381ecb30a20c18c11cc41d33703 (patch) | |
| tree | fcb1ef23d7121275944d924eca03d9e5582c3fd1 /src/dolphinmainwindow.cpp | |
| parent | 58e6f8bff7cfe7ac49bde3c43d95f5f053c50a5d (diff) | |
replaced string "MIME Type" by "Type"
svn path=/trunk/KDE/kdebase/apps/; revision=641540
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index d6a326345..561c235b7 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1184,7 +1184,7 @@ void DolphinMainWindow::setupActions() connect(clearInfo, SIGNAL(triggered()), this, SLOT(clearInfo()));
KToggleAction* showMimeInfo = actionCollection()->add<KToggleAction>("show_mime_info");
- showMimeInfo->setText(i18n("MIME Type"));
+ showMimeInfo->setText(i18n("Type"));
connect(showMimeInfo, SIGNAL(triggered()), this, SLOT(showMimeInfo()));
KToggleAction* showSizeInfo = actionCollection()->add<KToggleAction>("show_size_info");
|
