summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/kcm_trash.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-04-14 21:43:08 +0900
committerMichele Calgaro <[email protected]>2019-04-14 21:43:08 +0900
commit85e0371c0e2a969d01347ddb5ec8f0e273084994 (patch)
treef92ad4960996a639a69421c5fee7b11a2f1213a9 /tdeioslave/trash/kcm_trash.cpp
parentc53dbf95cb42a7bb22e8690bf699fda32e657845 (diff)
downloadtdebase-85e0371c0e2a969d01347ddb5ec8f0e273084994.tar.gz
tdebase-85e0371c0e2a969d01347ddb5ec8f0e273084994.zip
Unified widget code for trash property dialog and TDE control module.
This resolves bug 1923. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/trash/kcm_trash.cpp')
-rw-r--r--tdeioslave/trash/kcm_trash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/trash/kcm_trash.cpp b/tdeioslave/trash/kcm_trash.cpp
index abff4f612..3a915fac0 100644
--- a/tdeioslave/trash/kcm_trash.cpp
+++ b/tdeioslave/trash/kcm_trash.cpp
@@ -50,7 +50,7 @@ TrashModule::TrashModule(TQWidget *parent, const char *name)
tab = new TQTabWidget(this);
policyWidget = new KTrashPropsWidget(this);
- tab->addTab(policyWidget, i18n("Trash Polic&y"));
+ tab->addTab(policyWidget, i18n("&Trash Policy"));
connect(policyWidget, TQT_SIGNAL(changed(bool)), TQT_SIGNAL(changed(bool)));
TQVBoxLayout *top = new TQVBoxLayout(this);