diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index e00c047b..0da92574 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -360,7 +360,7 @@ function notify(args) textbox:set_markup(string.format('%s%s', font, title, text:gsub(pattern, replacements))) end local function setText() - textbox:set_text(string.format('%s %s', title, text) + textbox:set_text(string.format('%s %s', title, text)) end -- First try to set the text while only interpreting
.