Rename the confusing menu option 'Delete' to 'Close' in the custom tab bar
This commit is contained in:
parent
b08207b9b5
commit
25fdec4aae
|
@ -41,7 +41,7 @@ void MHTabBar::contextMenuEvent(QContextMenuEvent* event)
|
|||
QAction wDetach(tr("&Detach"), this);
|
||||
if(mAllowDetach)
|
||||
wMenu.addAction(&wDetach);
|
||||
QAction wDelete(tr("Delet&e"), this);
|
||||
QAction wDelete(tr("&Close"), this);
|
||||
if(mAllowDelete)
|
||||
wMenu.addAction(&wDelete);
|
||||
QAction* executed = wMenu.exec(event->globalPos());
|
||||
|
|
Loading…
Reference in New Issue