diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 703f125..75cc1d1 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -45,6 +45,8 @@ msg_prokit_control_missing_fields='missing fields: %s' # lib/session.sh msg_prokit_cant_lock_sessions='Cannot acquire sessions state lock' +msg_prokit_install_running='Another instance of prokit is installing this '\ +'system' # lib/rand.sh msg_prokit_rand_bad_x='Invalid random number generator seed value' |