mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Lang: two tiny strings
* ReaderHighlight: underscore to underline. Although underscore means to emphasize by underlining, the emphasis lies on the, ahem, emphasis. Besides which, it's mostly AmE and less well understood worldwide (although in this particular context it should probably cause no trouble). * Statistics plugin: menu item text to "reading statistics" to make it clear which statistics we're talking about. Fixes #2744.
This commit is contained in:
committed by
Qingping Hou
parent
a51941c397
commit
338fcd76ae
@@ -74,7 +74,7 @@ end
|
||||
|
||||
local highlight_style = {
|
||||
lighten = _("Lighten"),
|
||||
underscore = _("Underscore"),
|
||||
underscore = _("Underline"),
|
||||
invert = _("Invert"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user