mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
easier strings to translate
This commit is contained in:
@@ -220,7 +220,7 @@ end
|
||||
function ReaderFont:makeDefault(face)
|
||||
if face then
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = _("Set default font \"")..face.."\"?",
|
||||
text = _("Set default font to ")..face.."?",
|
||||
ok_callback = function()
|
||||
G_reader_settings:saveSetting("cre_font", face)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user