diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp index 20410e49..3c1e4457 100644 --- a/client/mainwindow.cpp +++ b/client/mainwindow.cpp @@ -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));