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 46fdba2..ba3d5b7 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -39,6 +39,9 @@ msg_prokit_control_found_contination='found continuation line where expected '\ msg_prokit_list_item_separator=', ' msg_prokit_control_missing_fields='missing fields: %s' +# lib/rand.sh +msg_prokit_rand_bad_x='Invalid random number generator seed value' + # lib/cmd.sh msg_prokit_cmd_not_found='Command "%s" not found' msg_prokit_cmd_usage='Usage: %s %s %s' |