Bin editor: Fix UI text

Change-Id: Id32a861c832360f8e559947da5911ed91820c7d0
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2019-03-01 17:07:54 +01:00
parent d722edb772
commit 1825a05f58

View File

@@ -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);