diff options
| author | Chusslove Illich <[email protected]> | 2008-03-18 22:38:52 +0000 |
|---|---|---|
| committer | Chusslove Illich <[email protected]> | 2008-03-18 22:38:52 +0000 |
| commit | 428a5cacceb9944b0ad803608de663cc84fcdadc (patch) | |
| tree | da39178cff514ad69f287c754a9c7084dc2bd7ce /src/generalsettingspage.cpp | |
| parent | 7bce1c996b256620aa9f62943ebbb5ccc1ec5082 (diff) | |
Fix Krazy i18n issues.
svn path=/trunk/KDE/kdebase/apps/; revision=787308
Diffstat (limited to 'src/generalsettingspage.cpp')
| -rw-r--r-- | src/generalsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generalsettingspage.cpp b/src/generalsettingspage.cpp index 04863c037..2b582e800 100644 --- a/src/generalsettingspage.cpp +++ b/src/generalsettingspage.cpp @@ -62,7 +62,7 @@ GeneralSettingsPage::GeneralSettingsPage(DolphinMainWindow* mainWin, QWidget* pa // create 'Show the command 'Delete' in context menu' checkbox m_showDeleteCommand = new QCheckBox(i18nc("@option:check", "Show 'Delete' command in context menu"), vBox); - m_browseThroughArchives = new QCheckBox(i18nc("option:check", "Browse through archives"), vBox); + m_browseThroughArchives = new QCheckBox(i18nc("@option:check", "Browse through archives"), vBox); // Add a dummy widget with no restriction regarding // a vertical resizing. This assures that the dialog layout |
