diff options
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; |