diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-09 13:24:53 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-09 13:24:53 -0500 |
commit | f8befe6e2f7dea79c61750aefb604d79cf263b39 (patch) | |
tree | 3522a97eb4d4a27f5f79108d532a225626f81451 /src | |
parent | f6157088bee6c877bbbffa0606833109ec506664 (diff) | |
download | tdepowersave-f8befe6e2f7dea79c61750aefb604d79cf263b39.tar.gz tdepowersave-f8befe6e2f7dea79c61750aefb604d79cf263b39.zip |
Fix typos.
Diffstat (limited to 'src')
-rw-r--r-- | src/inactivity.h | 2 | ||||
-rw-r--r-- | src/tdepowersave.cpp | 2 |
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); |