From 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 14 Jul 2013 19:31:37 -0500 Subject: Update references from kpowersave to tdepowersave. --- src/infodialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/infodialog.cpp') diff --git a/src/infodialog.cpp b/src/infodialog.cpp index 1205ca0..9837acb 100644 --- a/src/infodialog.cpp +++ b/src/infodialog.cpp @@ -73,9 +73,9 @@ infoDialog::infoDialog( TDEConfig *config, TQString captionName, TQString messag msgText->setText(message); if (!captionName.isEmpty()) - this->setCaption(i18n("KPowersave") + " - " + captionName); + this->setCaption(i18n("TDEPowersave") + " - " + captionName); else - this->setCaption(i18n("KPowersave")); + this->setCaption(i18n("TDEPowersave")); if (dontShowAgainMsg.isEmpty()) { dontShowAgain->setHidden(true); -- cgit v1.2.1