diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-07 13:13:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-07 13:13:33 (EDT) |
commit | dea2e9719dbc7b855292e227696497d8a893193b (patch) | |
tree | 099b9c780ce6602414fcc03c7f026536f6169d62 /locale | |
parent | e110fb741bb16bb3c24253d63a259d2a19ee48c3 (diff) |
session_begin(): Check for /prokit/installing
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' |