From fdd1b423bd78a3d2c092a29f296dd7d551bc203e Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 27 Feb 2025 10:06:55 +0100 Subject: [PATCH] [minor] Fix "Screen timeout" capitalization (#13332) --- frontend/ui/elements/timeout_android.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/elements/timeout_android.lua b/frontend/ui/elements/timeout_android.lua index c4ee1657c..115778b1e 100644 --- a/frontend/ui/elements/timeout_android.lua +++ b/frontend/ui/elements/timeout_android.lua @@ -127,7 +127,7 @@ function TimeoutHelper:getTimeoutMenuTable() end return { - text = _("Screen Timeout"), + text = _("Screen timeout"), sub_item_table = t } end