diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:35:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:35:36 -0500 |
commit | 66914d2878a6cadacbaf6ceacdd74d2999e4114e (patch) | |
tree | 26b31dfe0390b23c4c3fe54f2ec2b2d453414634 /kmobile/kmobile.cpp | |
parent | 2710ef39332d08b3330fc58d696dc7259997ada1 (diff) | |
download | tdepim-66914d2878a6cadacbaf6ceacdd74d2999e4114e.tar.gz tdepim-66914d2878a6cadacbaf6ceacdd74d2999e4114e.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kmobile/kmobile.cpp')
-rw-r--r-- | kmobile/kmobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmobile/kmobile.cpp b/kmobile/kmobile.cpp index d76282541..f212dc411 100644 --- a/kmobile/kmobile.cpp +++ b/kmobile/kmobile.cpp @@ -329,7 +329,7 @@ KMobileDevice * KMobileFactory::chooseDeviceDialog( TQWidget *parent, answ = KMessageBox::questionYesNo(parent, i18n( "<qt>You have no mobile devices configured yet.<p>" "Do you want to add a device now ?</qt>" ), - i18n( "KDE Mobile Device Access" ), KStdGuiItem::add(), i18n("Do Not Add") ); + i18n( "TDE Mobile Device Access" ), KStdGuiItem::add(), i18n("Do Not Add") ); if (answ != KMessageBox::Yes) return 0L; // add a new device |