Skip to content

Commit

Permalink
Remove & from "Dock panels" section name
Browse files Browse the repository at this point in the history
Now that it is a section, rather than a submenu, it cannot have an
accelerator and `&` spills into the displayed name.
  • Loading branch information
KitsuneRal committed Oct 22, 2023
1 parent 03bb813 commit e780600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void MainWindow::createMenu()
});

viewMenu->addSection(
tr("Dock &panels", "Panels of the dock, not 'to dock the panels'"));
tr("Dock panels", "Panels of the dock, not 'to dock the panels'"));
viewMenu->addMenu(new DockModeMenu(tr("&Room list"), roomListDock));
viewMenu->addMenu(new DockModeMenu(tr("&Member list"), userListDock));

Expand Down

0 comments on commit e780600

Please sign in to comment.