forked from qt-creator/qt-creator
Added missing tr()s
Change-Id: Ic4b558956764a141e470c24613c0572beeee4615 Reviewed-on: http://codereview.qt.nokia.com/2128 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
02aee9bdb0
commit
cdbd2344ee
@@ -119,7 +119,7 @@ void BaseFileFind::findAll(const QString &txt, Find::FindFlags findFlags)
|
||||
}
|
||||
Core::FutureProgress *progress =
|
||||
Core::ICore::instance()->progressManager()->addTask(m_watcher.future(),
|
||||
"Search",
|
||||
tr("Search"),
|
||||
Constants::TASK_SEARCH);
|
||||
progress->setWidget(createProgressWidget());
|
||||
connect(progress, SIGNAL(clicked()), m_resultWindow, SLOT(popup()));
|
||||
@@ -147,7 +147,7 @@ void BaseFileFind::replaceAll(const QString &txt, Find::FindFlags findFlags)
|
||||
}
|
||||
Core::FutureProgress *progress =
|
||||
Core::ICore::instance()->progressManager()->addTask(m_watcher.future(),
|
||||
"Search",
|
||||
tr("Search"),
|
||||
Constants::TASK_SEARCH);
|
||||
progress->setWidget(createProgressWidget());
|
||||
connect(progress, SIGNAL(clicked()), m_resultWindow, SLOT(popup()));
|
||||
|
||||
Reference in New Issue
Block a user