Fix a stupid typo, sorry
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
ecb8376c44
commit
78a1788c6f
|
@ -360,7 +360,7 @@ function notify(args)
|
||||||
textbox:set_markup(string.format('<span font_desc="%s"><b>%s</b>%s</span>', font, title, text:gsub(pattern, replacements)))
|
textbox:set_markup(string.format('<span font_desc="%s"><b>%s</b>%s</span>', font, title, text:gsub(pattern, replacements)))
|
||||||
end
|
end
|
||||||
local function setText()
|
local function setText()
|
||||||
textbox:set_text(string.format('%s %s', title, text)
|
textbox:set_text(string.format('%s %s', title, text))
|
||||||
end
|
end
|
||||||
|
|
||||||
-- First try to set the text while only interpreting <br>.
|
-- First try to set the text while only interpreting <br>.
|
||||||
|
|
Loading…
Reference in New Issue