From 1df3b91931ea28fa6b279a976339f099a111238d Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Thu, 17 Sep 2009 02:03:23 +0200 Subject: String improvements Add more untranslated strings, improve consistency, etc. Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-24-g4f1b