summaryrefslogtreecommitdiffstats
path: root/scripts/repo-add.sh.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-09 02:01:26 +0200
committerDan McGee <dan@archlinux.org>2011-08-09 02:01:26 +0200
commit1d16875db7461a05eee456b39e815893c7aefd96 (patch)
tree1510364789c368f84049ea5ae5c344417b54aee2 /scripts/repo-add.sh.in
parent21240d4746be470b2cdabf106289034cbd27c579 (diff)
downloadpacman-1d16875db7461a05eee456b39e815893c7aefd96.tar.gz
pacman-1d16875db7461a05eee456b39e815893c7aefd96.tar.xz
Update several translation strings
* Fix typos/capitalization * Make sure large blocks of text are translated in one unit Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/repo-add.sh.in')
-rw-r--r--scripts/repo-add.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 48f221b8..5e085922 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -176,7 +176,7 @@ db_remove_delta() {
check_gpg() {
if ! type -p gpg >/dev/null; then
- error "$(gettext "Cannot find the gpg binary! Is gnupg installed?")"
+ error "$(gettext "Cannot find the gpg binary! Is GnuPG installed?")"
exit 1 # $E_MISSING_PROGRAM
fi
}