summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-22 17:58:46 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-22 17:58:46 (EDT)
commit3086c09b2b3888f4d99a7df3a959a07216953921 (patch)
tree34cdf37f93ea306930759cf721a3f46e35e8ae97 /locale
parentc538c3a709552912ebce960922c569d46def35ac (diff)
prokit: Check for superuser privileges
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index d39cf1b..efeaea5 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -21,6 +21,9 @@
msg_prokit_opt_h_summary='print this help message'
msg_prokit_opt_V_summary='print version information'
+# src/prokit.sh
+msg_prokit_uid_0_req='Must be run as the superuser'
+
# lib/fd.sh
msg_prokit_emfile='Too many open files'
msg_prokit_cant_fopen='Cannot open file'