Remove redundat \\n.
This commit is contained in:
parent
783a15a0f5
commit
03b1c94f24
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ QList<QAction*> StandardFeed::contextMenu() {
|
|||
}
|
||||
|
||||
QString StandardFeed::additionalTooltip() const {
|
||||
return Feed::additionalTooltip() + tr("\nNetwork status: %1\n"
|
||||
return Feed::additionalTooltip() + tr("Network status: %1\n"
|
||||
"Encoding: %2\n"
|
||||
"Type: %3").arg(NetworkFactory::networkErrorText(m_networkError),
|
||||
encoding(),
|
||||
|
|
Loading…
Add table
Reference in a new issue