We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a6394 commit 440dd28Copy full SHA for 440dd28
1 file changed
check-plugins/dir-size/dir-size
@@ -245,7 +245,9 @@ def main():
245
state = lib.base.get_worst(state, table_data[i]['state'])
246
247
# build the message
248
- msg += f'{len(table_data)} {lib.txt.pluralize("file", len(table_data))} checked. '
+ msg += (
249
+ f'{len(table_data)} {lib.txt.pluralize("directory", len(table_data))} checked. '
250
+ )
251
if state == STATE_OK:
252
msg += (
253
f'{lib.txt.pluralize("", len(table_data), "It is,All are")}'
0 commit comments