diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-11 21:40:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-11 21:40:28 +0900 |
commit | 86bb7efd110b3bc7c34746fefaa04d7f8ef2f2d3 (patch) | |
tree | 58e0acb62d838787fbe6f51fc3c58257c24f9b81 /src | |
parent | 609098f14637a1fe0e945f21cc375c7dce19e621 (diff) | |
download | tdepowersave-86bb7efd110b3bc7c34746fefaa04d7f8ef2f2d3.tar.gz tdepowersave-86bb7efd110b3bc7c34746fefaa04d7f8ef2f2d3.zip |
Fix bad english in brightness string
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/configuredialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index ffc0a2b..0b5d216 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -569,7 +569,7 @@ void ConfigureDialog::setConfigToDialog( int schemeID ){ else { cB_Brightness->setEnabled(false); gB_Brightness->setEnabled(false); - tL_brightness->setText(i18n("Your Hardware currently not support changing the brightness " + tL_brightness->setText(i18n("Your hardware does not currently support changing the brightness " "of your display.")); } |