From 1825a05f5896ffce64e0c945e000a743f35db846 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 1 Mar 2019 17:07:54 +0100 Subject: [PATCH] Bin editor: Fix UI text Change-Id: Id32a861c832360f8e559947da5911ed91820c7d0 Reviewed-by: hjk --- src/plugins/bineditor/bineditorwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/bineditor/bineditorwidget.cpp b/src/plugins/bineditor/bineditorwidget.cpp index b27fc5de78b..89ab6f634b5 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);