From e7519290ad288df840bc86d8dcaea524407df964 Mon Sep 17 00:00:00 2001 From: Yasuhito FUTATSUKI at POEM Date: Mon, 22 Feb 2016 20:06:27 +0900 Subject: * add option to pick up C_() texts to make potfile * revise command line utils _()/C_() usage (not tested at all) --- bin/check_perms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/check_perms') diff --git a/bin/check_perms b/bin/check_perms index 5249504a..9d552ea7 100755 --- a/bin/check_perms +++ b/bin/check_perms @@ -220,7 +220,7 @@ def checkarchives(): # In addition, on a multiuser system you may want to hide the private # archives so other users can't read them. if mode & S_IXOTH: - print _("""\ + print C_("""\ Warning: Private archive directory is other-executable (o+x). This could allow other users on your system to read private archives. If you're on a shared multiuser system, you should consult the -- cgit v1.2.3