Skip to content

Commit

Permalink
Fix erroneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Aug 31, 2019
1 parent cf042c4 commit b08677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml/message.lua
Expand Up @@ -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
Expand Down

0 comments on commit b08677c

Please sign in to comment.