Update gui_context_menus.h

This commit is contained in:
C4ndyF1sh 2025-02-02 00:36:29 +01:00 committed by GitHub
parent 956891cb42
commit ceea36437b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,8 +77,8 @@ public:
QMenu* copyMenu = new QMenu(tr("Copy info..."), widget);
QAction* copyName = new QAction(tr("Copy Name"), widget);
QAction* copySerial = new QAction(tr("Copy Serial"), widget);
QAction* copyFirmware = new QAction(tr("Copy Firmware..."), widget);
QAction* copySize = new QAction(tr("Copy Size..."), widget);
QAction* copyFirmware = new QAction(tr("Copy Firmware"), widget);
QAction* copySize = new QAction(tr("Copy Size"), widget);
QAction* copyNameAll = new QAction(tr("Copy All"), widget);
copyMenu->addAction(copyName);