fixing typo mentioned in #331
This commit is contained in:
parent
1ece7c35b7
commit
d9fcd8880c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ local function factory(args)
|
|||
naughty.notify({
|
||||
preset = naughty.config.presets.critical,
|
||||
title = "Warning",
|
||||
text = partition .. " is empty",
|
||||
text = partition .. " is full",
|
||||
})
|
||||
helpers.set_map(partition, true)
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue