From 57a1aa73842ecf69adc247a4998a22f2e89f417b Mon Sep 17 00:00:00 2001 From: Cyril Levis Date: Thu, 2 Aug 2018 15:27:20 +0200 Subject: [PATCH] missing pathS --- py3status/modules/file_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3status/modules/file_status.py b/py3status/modules/file_status.py index 3a53bc3583..12fc4d268a 100644 --- a/py3status/modules/file_status.py +++ b/py3status/modules/file_status.py @@ -55,7 +55,7 @@ from glob import glob from os.path import basename, expanduser -STRING_NO_PATH = 'missing path' +STRING_NO_PATH = 'missing paths' class Py3status: