summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inactivity.h2
-rw-r--r--src/tdepowersave.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/inactivity.h b/src/inactivity.h
index 8e03fd3..e2d88a8 100644
--- a/src/inactivity.h
+++ b/src/inactivity.h
@@ -121,7 +121,7 @@ private:
//! TQStringList with blacklisted programs for autosuspend
TQStringList blacklist;
- //! time which must expire befor emit signal for autosuspend
+ //! time which must expire before emit signal for autosuspend
unsigned long timeToInactivity;
//! time of inactivity from the last check
unsigned long idleTime;
diff --git a/src/tdepowersave.cpp b/src/tdepowersave.cpp
index da3071a..cdcd4d7 100644
--- a/src/tdepowersave.cpp
+++ b/src/tdepowersave.cpp
@@ -867,7 +867,7 @@ void tdepowersave::do_autosuspendWarn() {
// TODO: rework this after translation round for openSUSE 10.3 !
message = i18n("Inactivity detected.") + " " +
i18n("To stop the %1 press the 'Cancel' button before the countdown "
- "expire.").arg(i18n("Autosuspend")) + "\n\n" +
+ "expires.").arg(i18n("Autosuspend")) + "\n\n" +
i18n("The computer autosuspend in: ");
countdown->setMessageText(message);