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