summaryrefslogtreecommitdiffstats
path: root/kuser
diff options
context:
space:
mode:
Diffstat (limited to 'kuser')
-rw-r--r--kuser/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuser/main.cpp b/kuser/main.cpp
index a990b1b..364f8a9 100644
--- a/kuser/main.cpp
+++ b/kuser/main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char **argv)
mw = new mainWidget("kuser");
a.setMainWidget(mw);
- mw->setCaption(i18n("KDE User Manager"));
+ mw->setCaption(i18n("TDE User Manager"));
mw->show();
a.exec();