From fea635fbc9f007fb557558d353429d25f946de64 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 12 Jul 2013 14:54:44 -0400 Subject: Internationalize the first string. --- (limited to 'lib/cmd.sh') diff --git a/lib/cmd.sh b/lib/cmd.sh index 4a03664..348f695 100644 --- a/lib/cmd.sh +++ b/lib/cmd.sh @@ -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 } -- cgit v0.9.1