forked from qt-creator/qt-creator
Debugger: replace "maximal" with "maximum"
Change-Id: I14801dbbb7d8a853f6a9952949157088941c7ae5 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -585,7 +585,7 @@ DebuggerSettings::DebuggerSettings()
|
|||||||
|
|
||||||
item = new SavedAction(this);
|
item = new SavedAction(this);
|
||||||
item->setSettingsKey(debugModeGroup, QLatin1String("DisplayStringLimit"));
|
item->setSettingsKey(debugModeGroup, QLatin1String("DisplayStringLimit"));
|
||||||
item->setToolTip(tr("The maximal length of string entries in the "
|
item->setToolTip(tr("The maximum length of string entries in the "
|
||||||
"Locals and Expressions pane. Longer than that are cut off "
|
"Locals and Expressions pane. Longer than that are cut off "
|
||||||
"and displayed with an ellipsis attached."));
|
"and displayed with an ellipsis attached."));
|
||||||
item->setDefaultValue(100);
|
item->setDefaultValue(100);
|
||||||
@@ -593,7 +593,7 @@ DebuggerSettings::DebuggerSettings()
|
|||||||
|
|
||||||
item = new SavedAction(this);
|
item = new SavedAction(this);
|
||||||
item->setSettingsKey(debugModeGroup, QLatin1String("MaximalStringLength"));
|
item->setSettingsKey(debugModeGroup, QLatin1String("MaximalStringLength"));
|
||||||
item->setToolTip(tr("The maximal length for strings in separated windows. "
|
item->setToolTip(tr("The maximum length for strings in separated windows. "
|
||||||
"Longer strings are cut off and displayed with an ellipsis attached."));
|
"Longer strings are cut off and displayed with an ellipsis attached."));
|
||||||
item->setDefaultValue(10000);
|
item->setDefaultValue(10000);
|
||||||
insertItem(MaximalStringLength, item);
|
insertItem(MaximalStringLength, item);
|
||||||
|
|||||||
Reference in New Issue
Block a user