diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 06:43:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 06:43:31 +0000 |
commit | eae76faadec33ec57aacee0783274f9d908d892c (patch) | |
tree | d94da080c8fa6e09e3fcf8c77e61317033f06933 /kpersonalizer/kpersonalizer.cpp | |
parent | a56441c54627b3017e235317898a1bfb28859dc5 (diff) | |
download | tdebase-eae76faadec33ec57aacee0783274f9d908d892c.tar.gz tdebase-eae76faadec33ec57aacee0783274f9d908d892c.zip |
More buxfixes
Fixed Kicker loaing problem
Additional KDE->Trinity reference conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176571 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpersonalizer/kpersonalizer.cpp')
-rw-r--r-- | kpersonalizer/kpersonalizer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpersonalizer/kpersonalizer.cpp b/kpersonalizer/kpersonalizer.cpp index 6b3692a04..e28848cc0 100644 --- a/kpersonalizer/kpersonalizer.cpp +++ b/kpersonalizer/kpersonalizer.cpp @@ -150,7 +150,7 @@ bool KPersonalizer::askClose(){ TQString text; if (currentPage()==countrypage) { text = i18n("<p>Are you sure you want to quit the Desktop Settings Wizard?</p>" - "<p>The Desktop Settings Wizard helps you to configure the KDE desktop to your personal liking.</p>" + "<p>The Desktop Settings Wizard helps you to configure the Trinity desktop to your personal liking.</p>" "<p>Click <b>Cancel</b> to return and finish your setup.</p>"); } else { text = i18n("<p>Are you sure you want to quit the Desktop Settings Wizard?</p>" @@ -188,7 +188,7 @@ void KPersonalizer::accept(){ exit(0); } -/** calls all save functions after resetting all features/ OS/ theme selections to KDE default */ +/** calls all save functions after resetting all features/ OS/ theme selections to Trinity default */ void KPersonalizer::setDefaults(){ // KCountryPage: The user may need his native language anyway if(os_dirty) @@ -223,7 +223,7 @@ void KPersonalizer::restarted(){ showPage(ospage); } -/** when kpersonalizer is started before KDE session, it doesn't +/** when kpersonalizer is started before Trinity session, it doesn't offer a button for starting KControl, it also doesn't restart itself automatically and only exits with exitcode 1 */ void KPersonalizer::setBeforeSession(){ |