aboutsummaryrefslogtreecommitdiffstats
path: root/kde2
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-03-28 12:32:12 +0000
committerFritz Elfert <felfert@to.com>2001-03-28 12:32:12 +0000
commit4030d6efa3887702be7575b5d45316523d313b44 (patch)
tree4977106db290810af252d920bcfecda5c4ba3813 /kde2
parent882d144ec91603944906b7318da407391e1cd7c0 (diff)
downloadplptools-4030d6efa3887702be7575b5d45316523d313b44.tar.gz
plptools-4030d6efa3887702be7575b5d45316523d313b44.tar.bz2
plptools-4030d6efa3887702be7575b5d45316523d313b44.zip
Changed dialog title.
Diffstat (limited to 'kde2')
-rw-r--r--kde2/kpsion/wizards.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/kpsion/wizards.cpp b/kde2/kpsion/wizards.cpp
index 9fb5b9d..8603c8b 100644
--- a/kde2/kpsion/wizards.cpp
+++ b/kde2/kpsion/wizards.cpp
@@ -49,7 +49,7 @@ FirstTimeWizard::FirstTimeWizard(QWidget *parent, const char *name)
QStringList sl;
KPsionConfig pcfg;
- setCaption(i18n("KPsion Setup"));
+ setCaption(i18n("KPsion Configuration"));
QWhatsThis::add(nextButton(),
i18n("Click this button to continue with the next page."));
QWhatsThis::add(backButton(),