Fix erroneous comment

This commit is contained in:
Celtic Minstrel 2019-03-16 13:34:15 -04:00
parent cf042c4c58
commit b08677c678

View file

@ -156,7 +156,7 @@ local function add_formatting(cfg, text)
if rise > 1000 then
wesnoth.deprecated_message("rise units", 3, '1.16', "Specifying [message]rise= in 1/10,000ths of an em is deprecated. Specify it as ems instead.")
else
-- Pango expects 1/1024ths of a point here
-- Pango expects 1/10000ths of an em here
rise = rise * 10000
end
end