summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorXavier Chantry <shiningxc@gmail.com>2009-09-17 02:03:23 +0200
committerDan McGee <dan@archlinux.org>2009-09-17 02:36:49 +0200
commit1df3b91931ea28fa6b279a976339f099a111238d (patch)
tree54f6289f235ed164dc699c5174c8b95688d1c1d6 /scripts
parent08ee4059b5935ab0b378a40dcfb127f169e96f83 (diff)
downloadpacman-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.in2
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