pck-update: fix a string translation by adding the missing '$' prefix

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-11-15 19:31:03 +01:00
parent bbc877d5ed
commit 343e644abe
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"
;;