Debugger: Rename "Change Local Display Format" to "...Value Display..."

This has been a mis-nomer since the Local and per-Type format
submenues were merged into a single submenu.

Change-Id: I07068a6909b30c961bfc956d8ea5c0be5cf0e45d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
hjk
2015-08-12 09:27:53 +02:00
parent adf3a4363f
commit 5b0e12bde6
2 changed files with 2 additions and 2 deletions

View File

@@ -748,7 +748,7 @@ void WatchTreeView::contextMenuEvent(QContextMenuEvent *ev)
actRemoveAllWatchExpression.setEnabled(canRemoveWatches
&& !handler->watchedExpressions().isEmpty());
QMenu formatMenu(tr("Change Local Display Format"));
QMenu formatMenu(tr("Change Value Display Format"));
if (mi0.isValid())
fillFormatMenu(&formatMenu, mi0);