diff options
author | Michele Calgaro <[email protected]> | 2023-05-11 21:40:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-05-11 22:15:54 +0900 |
commit | 8317ec0e5dcfc58528ec072264e0ca5022c1cc19 (patch) | |
tree | 04f7db8ac32b5711ccc7ede33254beaa474d2acb /src | |
parent | 10c2ac775af5574c129201e485bf8f2c0b11824f (diff) | |
download | tdepowersave-8317ec0e5dcfc58528ec072264e0ca5022c1cc19.tar.gz tdepowersave-8317ec0e5dcfc58528ec072264e0ca5022c1cc19.zip |
Fix bad english in brightness string
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 86bb7efd110b3bc7c34746fefaa04d7f8ef2f2d3)
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.")); } |