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

@@ -335,7 +335,7 @@ end
function ReaderZooming:makeDefault(zoom_mode)
UIManager:show(ConfirmBox:new{
text = _("Set default zoom mode to \"")..zoom_mode.."\"?",
text = _("Set default zoom mode to ")..zoom_mode.."?",
ok_callback = function()
G_reader_settings:saveSetting("zoom_mode", zoom_mode)
end,