Fix set default or fallback font string isn't picked up by lua_xgettext

This commit is contained in:
Frans de Jonge
2015-09-05 10:53:46 +02:00
parent 66e67e8064
commit 30a95c8fc3

View File

@@ -210,8 +210,7 @@ end
function ReaderFont:makeDefault(face)
if face then
UIManager:show(MultiConfirmBox:new{
text = T( _([[Set %1 as default or fallback font? The fallback font ]]
..[[displays characters not found in the active font.]]), face),
text = T( _("Set %1 as default or fallback font? The fallback font displays characters not found in the active font."), face),
choice1_text = _("Default"),
choice1_callback = function()
G_reader_settings:saveSetting("cre_font", face)