[minor] Fix "Screen timeout" capitalization (#13332)
Some checks are pending
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run

This commit is contained in:
Frans de Jonge
2025-02-27 10:06:55 +01:00
committed by GitHub
parent 926eb9d455
commit fdd1b423bd

View File

@@ -127,7 +127,7 @@ function TimeoutHelper:getTimeoutMenuTable()
end
return {
text = _("Screen Timeout"),
text = _("Screen timeout"),
sub_item_table = t
}
end