rephrase one string
This commit is contained in:
parent
88fb1971b4
commit
0a62071d85
1 changed files with 2 additions and 2 deletions
|
@ -104,11 +104,11 @@ QString StandardFeed::additionalTooltip() const {
|
||||||
return base_tooltip + tr("Encoding: %1\n"
|
return base_tooltip + tr("Encoding: %1\n"
|
||||||
"Type: %2\n"
|
"Type: %2\n"
|
||||||
"Post-processing script: %3\n"
|
"Post-processing script: %3\n"
|
||||||
"Do not use raw XML saving: %4")
|
"Use raw XML saving: %4")
|
||||||
.arg(encoding(),
|
.arg(encoding(),
|
||||||
StandardFeed::typeToString(type()),
|
StandardFeed::typeToString(type()),
|
||||||
m_postProcessScript.isEmpty() ? QSL("-") : m_postProcessScript,
|
m_postProcessScript.isEmpty() ? QSL("-") : m_postProcessScript,
|
||||||
dontUseRawXmlSaving() ? tr("yes") : tr("no"));
|
!dontUseRawXmlSaving() ? tr("yes") : tr("no"));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool StandardFeed::canBeDeleted() const {
|
bool StandardFeed::canBeDeleted() const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue