diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:06:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:06:11 -0500 |
commit | df1f01c231ca22745ea7137cf26fbd23cba49a39 (patch) | |
tree | 3a4deaeca097a092a6cea6f8c2ff5498f5bc976a | |
parent | cf7af2b84d5c58d0b601ed8fe17d818ab64e0f05 (diff) | |
download | kbfx-df1f01c231ca22745ea7137cf26fbd23cba49a39.tar.gz kbfx-df1f01c231ca22745ea7137cf26fbd23cba49a39.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | plugins/applications/kbfxplasmadataplugin.cpp | 4 | ||||
-rw-r--r-- | plugins/settings/kbfxplasmadatapluginsettings.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/applications/kbfxplasmadataplugin.cpp b/plugins/applications/kbfxplasmadataplugin.cpp index 0bed7de..1c43edc 100644 --- a/plugins/applications/kbfxplasmadataplugin.cpp +++ b/plugins/applications/kbfxplasmadataplugin.cpp @@ -99,8 +99,8 @@ view () if ( service == NULL) { int messageBoxUserResReturn = KMessageBox::questionYesNo ( 0, - tr2i18n ( "<p align='center'>There is a problem in KDE Menu services!<br>KBFX can try to autorepair this problem.<br>Should KBFX autorepair this problem?</p>" ), - tr2i18n ( "Problem in KDE Menu Services" ), + tr2i18n ( "<p align='center'>There is a problem in TDE Menu services!<br>KBFX can try to autorepair this problem.<br>Should KBFX autorepair this problem?</p>" ), + tr2i18n ( "Problem in TDE Menu Services" ), tr2i18n ( "Do Autorepair" ), tr2i18n ( "Do NOT Autorepair" ) ); if ( messageBoxUserResReturn == KMessageBox::Yes ) diff --git a/plugins/settings/kbfxplasmadatapluginsettings.cpp b/plugins/settings/kbfxplasmadatapluginsettings.cpp index e04df1e..e81d7b5 100644 --- a/plugins/settings/kbfxplasmadatapluginsettings.cpp +++ b/plugins/settings/kbfxplasmadatapluginsettings.cpp @@ -100,8 +100,8 @@ view () if ( service == NULL) { int messageBoxUserResReturn = KMessageBox::questionYesNo ( 0, - tr2i18n ( "<p align='center'>There is a problem in KDE Menu services!<br>KBFX can try to autorepair this problem.<br>Should KBFX autorepair this problem?</p>" ), - tr2i18n ( "Problem in KDE Menu Services" ), + tr2i18n ( "<p align='center'>There is a problem in TDE Menu services!<br>KBFX can try to autorepair this problem.<br>Should KBFX autorepair this problem?</p>" ), + tr2i18n ( "Problem in TDE Menu Services" ), tr2i18n ( "Do Autorepair" ), tr2i18n ( "Do NOT Autorepair" ) ); if ( messageBoxUserResReturn == KMessageBox::Yes ) |