From f8befe6e2f7dea79c61750aefb604d79cf263b39 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 9 Aug 2013 13:24:53 -0500 Subject: Fix typos. --- src/inactivity.h | 2 +- src/tdepowersave.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3