diff options
Diffstat (limited to 'src/configuredialog.cpp')
-rw-r--r-- | src/configuredialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index 59f0fad..83bd6bb 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -275,7 +275,7 @@ void ConfigureDialog::setTooltips(){ "Note: If selected, the global screen saver settings are \n" "overwritten while tdepowersave runs.")); TQToolTip::add(cB_blankScreen, i18n("This blanks the screen instead of using a specific screen saver. \n" - "Note: This may work only with KScreensaver.")); + "Note: This may work only with TDEScreensaver.")); TQToolTip::add(cB_SpecificPM, i18n("This enables specific DPMS settings. \n" "Note: If selected, the global DPMS settings are \n" "overwritten while tdepowersave runs.")); @@ -662,7 +662,7 @@ void ConfigureDialog::setGeneralSettings() { TQString lockmethod = tdeconfig->readEntry("lockMethod", "NULL"); if(comboB_lock->count() == 0 ){ comboB_lock->insertItem(i18n("Select Automatically"),0); - comboB_lock->insertItem(i18n("KScreensaver"),1); + comboB_lock->insertItem(i18n("TDEScreensaver"),1); comboB_lock->insertItem(i18n("XScreensaver"),2); comboB_lock->insertItem(i18n("xlock"),3); if (gnome_session) comboB_lock->insertItem(i18n("GNOME Screensaver"),4); |