mirror of https://github.com/lcpz/lain.git
Merge pull request #332 from aajjbb/fix-fs-typo
fixing typo mentioned in #331
This commit is contained in:
commit
fa326477dd
|
@ -100,7 +100,7 @@ local function factory(args)
|
||||||
naughty.notify({
|
naughty.notify({
|
||||||
preset = naughty.config.presets.critical,
|
preset = naughty.config.presets.critical,
|
||||||
title = "Warning",
|
title = "Warning",
|
||||||
text = partition .. " is empty",
|
text = partition .. " is full",
|
||||||
})
|
})
|
||||||
helpers.set_map(partition, true)
|
helpers.set_map(partition, true)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue