diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp index 11c9d552bd8..ff7bb1404d0 100644 --- a/src/plugins/debugger/watchwindow.cpp +++ b/src/plugins/debugger/watchwindow.cpp @@ -224,7 +224,7 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev) QList typeFormatActions; if (idx.isValid()) { typeFormatMenu.setTitle( - tr("Change Format for Type '%1'").arg(type)); + tr("Change Format for Type \"%1\"").arg(type)); if (alternativeFormats.isEmpty()) { typeFormatMenu.setEnabled(false); } else {