Fix a stupid typo, sorry

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2011-01-14 19:06:54 +01:00
parent ecb8376c44
commit 78a1788c6f
1 changed files with 1 additions and 1 deletions

View File

@ -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>.