summaryrefslogtreecommitdiffstats
path: root/tdeioslave/trash/kcm_trash.cpp
diff options
context:
space:
mode:
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);