diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:41:02 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:41:02 -0600 |
commit | 1178ffec6cd4d2cdacf5337af96b58ba87d4b6f0 (patch) | |
tree | c23841235a48468e893c35a46fc6fc7ea4cbe8f1 /tdeprint/kmvirtualmanager.cpp | |
parent | c33167970ab0c59c62772962a3cf36a6578bc16a (diff) | |
download | tdelibs-1178ffec6cd4d2cdacf5337af96b58ba87d4b6f0.tar.gz tdelibs-1178ffec6cd4d2cdacf5337af96b58ba87d4b6f0.zip |
Fix branding issues of non-KDE -> non-TDE.
Diffstat (limited to 'tdeprint/kmvirtualmanager.cpp')
-rw-r--r-- | tdeprint/kmvirtualmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kmvirtualmanager.cpp b/tdeprint/kmvirtualmanager.cpp index 78757decd..dca3271be 100644 --- a/tdeprint/kmvirtualmanager.cpp +++ b/tdeprint/kmvirtualmanager.cpp @@ -161,7 +161,7 @@ void KMVirtualManager::setAsDefault(KMPrinter *p, const TQString& name, TQWidget i18n( "<qt>You are about to set a pseudo-printer as your personal default. " "This setting is specific to KDE and will not be available outside KDE " "applications. Note that this will only make your personal default printer " - "as undefined for non-KDE applications and should not prevent you from " + "as undefined for non-TDE applications and should not prevent you from " "printing normally. Do you really want to set <b>%1</b> as your personal default?</qt>" ).arg( instname ), TQString::null, i18n("Set as Default"), "setSpecialAsDefault" ) == KMessageBox::No ) return; |