From 5a39172835b64b7472f4e06b2bae35d9b5741833 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 11 Oct 2011 08:40:28 -0500 Subject: pacman-key: don't escape single quote in usage message This screws up gettext and causes the message to display always untranslated. Signed-off-by: Dan McGee --- scripts/pacman-key.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 482e0468..558d6158 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -56,7 +56,7 @@ usage() { echo printf "$(gettext "Usage: %s [options]")\n" $(basename $0) echo - printf "$(gettext "Manage pacman\'s list of trusted keys")\n" + printf "$(gettext "Manage pacman's list of trusted keys")\n" echo echo "$(gettext "Options:")" echo "$(gettext " -a, --add [file(s)] Add the specified keys (empty for stdin)")" -- cgit v1.2.3-24-g4f1b