diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-13 22:29:24 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-13 22:29:24 (EDT) |
commit | af526ff43c81257b7938b487ead7469630d675a3 (patch) | |
tree | de9063c19739023aef6735b667a2efb31face8de /locale | |
parent | 48b40a53b0746848d5c8ea881d319e6120c76d40 (diff) |
_get_conf(): Type-check more configuration values
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 458ef5e..3922e4a 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -107,3 +107,6 @@ msg_pro_archman_updating_feed='Updating feed %s/%s/%s/%s/%s...' msg_pro_archman_collecting_garbage='Collecting garbage...' msg_pro_archman_collecting_garbage_file='Deleting file %s...' msg_pro_archman_marking_garbage_file='Marking file %s for future deletion...' + +# src/main.sh +msg_pro_archman_conf_invalid='Invalid value for "%s" setting' |