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:
parent
bbc877d5ed
commit
343e644abe
@ -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
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user