Skip to content

Commit

Permalink
Add 'Multiple sources' to translatable strings (issue #2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jul 1, 2022
1 parent 0ea5327 commit b39dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/tabs/search-tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ void SearchTab::setMergedLabelText(QLabel *txt, const QList<QSharedPointer<Image

QString links;
if (m_pages.count() > 5) {
links = "Multiple sources";
links = tr("Multiple sources");
} else {
for (const auto &ps : qAsConst(m_pages)) {
const auto &p = ps.last();
Expand Down

0 comments on commit b39dc5b

Please sign in to comment.