From 343e644abe2a410fa8354f78e567b59ef8b01752 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Thu, 15 Nov 2012 19:31:03 +0100 Subject: [PATCH] pck-update: fix a string translation by adding the missing '$' prefix Signed-off-by: Davide Madrisan --- ChangeLog | 4 ++++ plugins/pck-update.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 973430b..de080f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,10 @@ Changes in version 1.14.3 Add the option '-C|--config' for selecting a different user configuration file or list of user configuration files. ++ bugfix + * pck-update - Davide Madrisan: + Fix a string translation by adding the missing '$' prefix. + ------------------------------------------------------------------------------- Changes in version 1.14.2 diff --git a/plugins/pck-update.in b/plugins/pck-update.in index f226a46..03df5f1 100644 --- a/plugins/pck-update.in +++ b/plugins/pck-update.in @@ -458,7 +458,7 @@ specfile with CRLF line terminators"": $SRPM_SPECFILE_WITH_PATH" specfile with CR line terminators"": $SRPM_SPECFILE_WITH_PATH" ;; *"text"*) : ;; - *) notify.error "\ + *) notify.error $"\ specfile with an unsupported format"" ($specfile_mimetype)""\ : $SRPM_SPECFILE_WITH_PATH" ;;