diff options
| author | Robert Knight <[email protected]> | 2007-05-16 05:52:03 +0000 |
|---|---|---|
| committer | Robert Knight <[email protected]> | 2007-05-16 05:52:03 +0000 |
| commit | 09224b911a6b5fd2babe25e9b77e18a25be23878 (patch) | |
| tree | 8c82b4c5fb6aef5e7bbc97b3d346e60fc41a8b00 /src/dolphinmainwindow.cpp | |
| parent | cec6726731ec0fbc02a7f3b23df42581862f9cbb (diff) | |
Better choice of phrase: 'Categorized' -> 'Show in Groups'
svn path=/trunk/KDE/kdebase/apps/; revision=665189
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 12d864bd7..5b8b11bc1 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1127,7 +1127,7 @@ void DolphinMainWindow::setupActions() connect(sortDescending, SIGNAL(triggered()), this, SLOT(toggleSortOrder())); KToggleAction* sortCategorized = actionCollection()->add<KToggleAction>("categorized"); - sortCategorized->setText(i18n("Categorized")); + sortCategorized->setText(i18n("Show in Groups")); connect(sortCategorized, SIGNAL(triggered()), this, SLOT(toggleSortCategorization())); KToggleAction* clearInfo = actionCollection()->add<KToggleAction>("clear_info"); |
