This commit is contained in:
chrox
2014-08-06 19:40:37 +08:00
parent 3c8e6975fb
commit 8948400907

View File

@@ -284,7 +284,7 @@ function Screen:getDPIMenuTable()
callback = function() setDPI(240) end
},
{
text = _("Custom DPI") .. ": " .. custom() or 160,
text = _("Custom DPI") .. ": " .. (custom() or 160),
checked_func = function()
local dpi, custom = dpi(), custom()
return custom and dpi == custom