diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-12 14:54:44 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-12 14:54:44 (EDT) |
commit | fea635fbc9f007fb557558d353429d25f946de64 (patch) | |
tree | 50d42e2ead199d3ba723b2c2d0c6803464c1d92c /lib | |
parent | 73de11883f989c5fc2ba1dfa2680ccc6f2d0b1bd (diff) |
Internationalize the first string.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,6 +104,6 @@ run_cmd() if is_cmd "${cmd}"; then "cmd_${cmd}_main" "${@}" else - error 1 'Command "%s" not found' "${cmd}" + error 1 "$(get_msg 'cmd_not_found')" "${cmd}" fi } |