libspec.lib: specfile.check_syntax(): modify the error message

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-12-09 00:38:21 +01:00
parent b65b2a0b87
commit a176e54cee
2 changed files with 5 additions and 5 deletions

View File

@ -652,11 +652,11 @@ rpm -q $rpm_options --specfile --specedit $specfile \
notify.warning " $line"
done < $tmpspreprerr
notify.warning $"error should be here:"
while read line; do
notify.warning " $line"
done < <(tail -n 3 $specfile_preprocessed)
notify.warning ">>"; }
notify.warning ">>"
notify.warning " "$"the error should be here!"; }
rm -f $tmpspreprerr
}

View File

@ -551,10 +551,10 @@ msgid "specfile with an unsupported format"
msgstr "specfile in formato non supportato"
msgid "specfile has errors:"
msgstr "lo specfile contiene degli errori"
msgstr "lo specfile contiene degli errori:"
msgid "error should be here:"
msgstr "l'errore dovrebbe essere qui:"
msgid "the error should be here!"
msgstr "l'errore dovrebbe essere qui!"
msgid "release number: unsupported format"
msgstr "numero di release: formato non supportato"