diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 3 |
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' |