diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-04 22:26:23 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-04 22:26:23 (EDT) |
commit | ff4d3a4ec54ca4d92588464b1cac508e450458a3 (patch) | |
tree | 2d1d590e66301ce153b3d149eaa7dd24a184d57f /locale | |
parent | 3d375aeb2f2cd9c629fd0e99d17f3f24742581ec (diff) |
locale/en_US: Add string from lib/session.sh
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 06f3250..703f125 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -43,6 +43,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/session.sh +msg_prokit_cant_lock_sessions='Cannot acquire sessions state lock' + # lib/rand.sh msg_prokit_rand_bad_x='Invalid random number generator seed value' |