forked from qt-creator/qt-creator
Bin editor: Fix UI text
Change-Id: Id32a861c832360f8e559947da5911ed91820c7d0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1625,7 +1625,7 @@ void BinEditorWidget::contextMenuEvent(QContextMenuEvent *event)
|
|||||||
} else {
|
} else {
|
||||||
jumpToBeAddressHereAction->setText(tr("Jump to Address in This Window"));
|
jumpToBeAddressHereAction->setText(tr("Jump to Address in This Window"));
|
||||||
jumpToBeAddressNewWindowAction->setText(tr("Jump to Address in New Window"));
|
jumpToBeAddressNewWindowAction->setText(tr("Jump to Address in New Window"));
|
||||||
copyBeValue->setText(tr("Copy value"));
|
copyBeValue->setText(tr("Copy Value"));
|
||||||
jumpToBeAddressHereAction->setEnabled(false);
|
jumpToBeAddressHereAction->setEnabled(false);
|
||||||
jumpToBeAddressNewWindowAction->setEnabled(false);
|
jumpToBeAddressNewWindowAction->setEnabled(false);
|
||||||
copyBeValue->setEnabled(false);
|
copyBeValue->setEnabled(false);
|
||||||
|
Reference in New Issue
Block a user