summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-03-01 17:07:54 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-03-04 09:01:34 +0000
commit1825a05f5896ffce64e0c945e000a743f35db846 (patch)
treed80096c596652eba6a31da7e28789ebbf468c083 /src/plugins
parentd722edb7724198228d486cd7cae221acef64d41a (diff)
downloadqt-creator-1825a05f5896ffce64e0c945e000a743f35db846.tar.gz
Bin editor: Fix UI text
Change-Id: Id32a861c832360f8e559947da5911ed91820c7d0 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/bineditor/bineditorwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bineditor/bineditorwidget.cpp b/src/plugins/bineditor/bineditorwidget.cpp
index b27fc5de78..89ab6f634b 100644
--- a/src/plugins/bineditor/bineditorwidget.cpp
+++ b/src/plugins/bineditor/bineditorwidget.cpp
@@ -1625,7 +1625,7 @@ void BinEditorWidget::contextMenuEvent(QContextMenuEvent *event)
} else {
jumpToBeAddressHereAction->setText(tr("Jump to Address in This Window"));
jumpToBeAddressNewWindowAction->setText(tr("Jump to Address in New Window"));
- copyBeValue->setText(tr("Copy value"));
+ copyBeValue->setText(tr("Copy Value"));
jumpToBeAddressHereAction->setEnabled(false);
jumpToBeAddressNewWindowAction->setEnabled(false);
copyBeValue->setEnabled(false);