Fix a broken deprecation warning (#1164)

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-10-10 21:00:20 +02:00 committed by Daniel Hahler
parent fd3daf54b3
commit c9f085f439
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ end
-- @param[opt] t tag object
-- @return Screen number
function tag.getscreen(t)
util.deprecate("Use t.screen instead of awful.tag.setscreen(t, s)")
util.deprecate("Use t.screen instead of awful.tag.getscreen(t)")
-- A new getter is not required