diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/repo-add.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index cff52d4e..bccf2f37 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -543,7 +543,7 @@ prepare_repo_db() { fi fi verify_signature "$dbfile" - msg "$(gettext "Extracting database to a temporary location...")" + msg "$(gettext "Extracting %s to a temporary location...")" "${dbfile##*/}" bsdtar -xf "$dbfile" -C "$tmpdir/$repo" else case $cmd in |