From 428a5cacceb9944b0ad803608de663cc84fcdadc Mon Sep 17 00:00:00 2001 From: Chusslove Illich Date: Tue, 18 Mar 2008 22:38:52 +0000 Subject: Fix Krazy i18n issues. svn path=/trunk/KDE/kdebase/apps/; revision=787308 --- src/generalsettingspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/generalsettingspage.cpp') 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 -- cgit v1.3