From 86bb7efd110b3bc7c34746fefaa04d7f8ef2f2d3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 11 May 2023 21:40:28 +0900 Subject: Fix bad english in brightness string Signed-off-by: Michele Calgaro --- src/configuredialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuredialog.cpp') 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.")); } -- cgit v1.2.3