From eae76faadec33ec57aacee0783274f9d908d892c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Sep 2010 06:43:31 +0000 Subject: 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 --- kpersonalizer/kpersonalizer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpersonalizer/kpersonalizer.cpp') 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("

Are you sure you want to quit the Desktop Settings Wizard?

" - "

The Desktop Settings Wizard helps you to configure the KDE desktop to your personal liking.

" + "

The Desktop Settings Wizard helps you to configure the Trinity desktop to your personal liking.

" "

Click Cancel to return and finish your setup.

"); } else { text = i18n("

Are you sure you want to quit the Desktop Settings Wizard?

" @@ -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(){ -- cgit v1.2.1