diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-09-17 02:03:23 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-17 02:36:49 +0200 |
commit | 1df3b91931ea28fa6b279a976339f099a111238d (patch) | |
tree | 54f6289f235ed164dc699c5174c8b95688d1c1d6 /scripts | |
parent | 08ee4059b5935ab0b378a40dcfb127f169e96f83 (diff) | |
download | pacman-1df3b91931ea28fa6b279a976339f099a111238d.tar.gz pacman-1df3b91931ea28fa6b279a976339f099a111238d.tar.xz |
String improvements
Add more untranslated strings, improve consistency, etc.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 99e19b4f..3662228c 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -673,7 +673,7 @@ extract_sources() { esac local ret=0 - msg2 "$(gettext "extracting %s with %s")" "$file" "$cmd" + msg2 "$(gettext "Extracting %s with %s")" "$file" "$cmd" if [ "$cmd" = "bsdtar" ]; then $cmd -xf "$file" || ret=? else |