forked from qt-creator/qt-creator
Fix source strings
Change-Id: Ib56082091a1f7e3062ff48e981bb4ee8e2dd9357 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
c5b7726f52
commit
4c96bd6791
@@ -190,7 +190,7 @@ GdbOptionsPageWidget::GdbOptionsPageWidget(QWidget *parent)
|
|||||||
checkBoxBreakOnFatal->setText(GdbOptionsPage::tr("Stop when qFatal() is called"));
|
checkBoxBreakOnFatal->setText(GdbOptionsPage::tr("Stop when qFatal() is called"));
|
||||||
checkBoxBreakOnFatal->setToolTip(GdbOptionsPage::tr(
|
checkBoxBreakOnFatal->setToolTip(GdbOptionsPage::tr(
|
||||||
"<html><head/><body>Always add a breakpoint on the <i>qFatal()</i> function."
|
"<html><head/><body>Always add a breakpoint on the <i>qFatal()</i> function."
|
||||||
"/body></html>"));
|
"</body></html>"));
|
||||||
|
|
||||||
checkBoxBreakOnAbort = new QCheckBox(groupBoxGeneral);
|
checkBoxBreakOnAbort = new QCheckBox(groupBoxGeneral);
|
||||||
checkBoxBreakOnAbort->setText(GdbOptionsPage::tr("Stop when abort() is called"));
|
checkBoxBreakOnAbort->setText(GdbOptionsPage::tr("Stop when abort() is called"));
|
||||||
|
@@ -116,7 +116,7 @@ QString StackFrame::toToolTip() const
|
|||||||
} else {
|
} else {
|
||||||
str << tr("Binary debug information is accessible for this "
|
str << tr("Binary debug information is accessible for this "
|
||||||
"frame. However, matching sources have not been found. "
|
"frame. However, matching sources have not been found. "
|
||||||
"Note that some distributions ship debug sources in "
|
"Note that some distributions ship debug sources "
|
||||||
"in separate packages.");
|
"in separate packages.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user