libcfg.lib: fix translation string (misplaced ':' character)
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
c84fa05747
commit
f2dc888706
@ -110,7 +110,7 @@ function cfg_load_files() {
|
|||||||
# this will catch some error cases when the files do not exist,
|
# this will catch some error cases when the files do not exist,
|
||||||
# like /etc/donotexists.conf or /etc/nofiles*.conf
|
# like /etc/donotexists.conf or /etc/nofiles*.conf
|
||||||
[ "`ls $1 2>/dev/null`" ] ||
|
[ "`ls $1 2>/dev/null`" ] ||
|
||||||
notify.error $"configuration file not found:"" $1"
|
notify.error $"configuration file not found"": $1"
|
||||||
# select a different list of user configuration files
|
# select a different list of user configuration files
|
||||||
cfgfile_list=(\
|
cfgfile_list=(\
|
||||||
`ls /etc/@package@.conf /etc/@package@.d/*.conf $1 2>/dev/null`)
|
`ls /etc/@package@.conf /etc/@package@.d/*.conf $1 2>/dev/null`)
|
||||||
|
Loading…
Reference in New Issue
Block a user