mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[bug] Don't translate empty strings (#8464)
Introduced in https://github.com/koreader/koreader/pull/8419 Unfortunately it's not just useless, but it causes some edge case issue.
This commit is contained in:
@@ -72,7 +72,7 @@ local symbol_prefix = {
|
||||
-- @translators This is the footer letter prefix for Wi-Fi status.
|
||||
wifi_status = C_("FooterLetterPrefix", "W:"),
|
||||
-- no prefix for custom text
|
||||
custom_text = C_("FooterLetterPrefix", ""),
|
||||
custom_text = "",
|
||||
},
|
||||
icons = {
|
||||
time = "⌚",
|
||||
|
||||
Reference in New Issue
Block a user