diff options
Diffstat (limited to 'src/dummy.cpp')
-rw-r--r-- | src/dummy.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dummy.cpp b/src/dummy.cpp index b1381e5..8e842d8 100644 --- a/src/dummy.cpp +++ b/src/dummy.cpp @@ -24,6 +24,10 @@ * \date 2007 */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <tqstring.h> #include <tdelocale.h> @@ -95,7 +99,7 @@ class dummy { dummy = i18n("Scheme switched to %1. \n Deactivate following devices: %2").arg("").arg(""); dummy = i18n("Scheme switched to %1. \n Activate following devices: %2").arg("").arg(""); dummy = i18n("Report ..."); - dummy = i18n("Suspend to RAM is not supported on your machine."); + dummy = i18n("Suspend mode is not supported on your machine."); dummy = i18n("Additionally, please mail the output of %1 to %2 . Thanks!").arg("").arg(""); dummy = i18n("Power consumption"); |