diff options
author | Giovanni Scafora <linuxmania@gmail.com> | 2007-06-04 01:21:14 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-04 16:54:25 -0400 |
commit | ecb594107edf66f190b19e78cf71378ddbe347fc (patch) | |
tree | f51240f38b8de0ba498e27a7cb1d6ce94a95005b /scripts/makepkg.in | |
parent | d0679da4f32158b3091bd2862c4b9ce7efc5db29 (diff) |
Add gettext/i18n to most of the currently-used scripts
Signed-off-by: Giovanni Scafora <linuxmania@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.in')
-rw-r--r-- | scripts/makepkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 6e70759b..6fedd8a6 100644 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -920,7 +920,7 @@ install_package() { } usage() { - printf "$(gettext "makepkg (pacman) %s")\n" "$myver" + printf "makepkg (pacman) %s\n" "$myver" echo printf "$(gettext "Usage: %s [options]")\n" "$0" echo |