summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-05-11 21:40:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-05-11 21:40:28 +0900
commit86bb7efd110b3bc7c34746fefaa04d7f8ef2f2d3 (patch)
tree58e0acb62d838787fbe6f51fc3c58257c24f9b81 /src
parent609098f14637a1fe0e945f21cc375c7dce19e621 (diff)
downloadtdepowersave-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.cpp2
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."));
}