summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-07-14 19:31:37 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-07-14 19:31:37 -0500
commit933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch)
tree532a8a0d9b144be6e26b587904578cd3253a126f /src/infodialog.cpp
parente49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff)
downloadtdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz
tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r--src/infodialog.cpp4
1 files changed, 2 insertions, 2 deletions
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);