forked from qt-creator/qt-creator
L10n: tr()-Fixes.
This commit is contained in:
@@ -181,7 +181,7 @@ QString DebuggingHelperOptionPage::id() const
|
||||
|
||||
QString DebuggingHelperOptionPage::displayName() const
|
||||
{
|
||||
return tr("Debugging Helper");
|
||||
return QCoreApplication::translate("Debugger", "Debugging Helper");
|
||||
}
|
||||
|
||||
QString DebuggingHelperOptionPage::category() const
|
||||
@@ -215,7 +215,8 @@ QWidget *DebuggingHelperOptionPage::createPage(QWidget *parent)
|
||||
m_ui.setupUi(w);
|
||||
|
||||
m_ui.dumperLocationChooser->setExpectedKind(Utils::PathChooser::Command);
|
||||
m_ui.dumperLocationChooser->setPromptDialogTitle(tr("Choose DebuggingHelper Location"));
|
||||
m_ui.dumperLocationChooser->setPromptDialogTitle(QCoreApplication::translate("Debugger",
|
||||
"Choose DebuggingHelper Location"));
|
||||
m_ui.dumperLocationChooser->setInitialBrowsePathBackup(
|
||||
ICore::instance()->resourcePath() + "../../lib");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user