Skip to content

Commit

Permalink
tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBread3 committed Oct 7, 2024
1 parent 8546dae commit 91915b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt_gui/gui_context_menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class GuiContextMenus : public QObject {

menu.addMenu(copyMenu);

// "Delete" submenu.
// "Delete..." submenu.
QMenu* deleteMenu = new QMenu(tr("Delete..."), widget);
QAction* deleteGame = new QAction(tr("Delete Game"), widget);
QAction* deleteUpdate = new QAction(tr("Delete Update"), widget);
Expand Down

0 comments on commit 91915b2

Please sign in to comment.