easier strings to translate

This commit is contained in:
chrox
2014-07-04 19:29:45 +08:00
parent bcd2c8e8f8
commit 0615e1463f
3 changed files with 3 additions and 3 deletions

View File

@@ -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,