Skip to content

Commit 86552b8

Browse files
committed
fix case of menu item
1 parent 906e31d commit 86552b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ void MainWindow::setupAndConnectDocks()
466466
&PlaylistModel::outChanged,
467467
this,
468468
&MainWindow::onPlaylistOutChanged);
469-
QMenu *viewModeMenu = ui->menuPlaylist->addMenu(tr("View mode"));
469+
QMenu *viewModeMenu = ui->menuPlaylist->addMenu(tr("View Mode"));
470470
viewModeMenu->addAction(Actions["playlistViewDetailsAction"]);
471471
viewModeMenu->addAction(Actions["playlistViewTilesAction"]);
472472
viewModeMenu->addAction(Actions["playlistViewIconsAction"]);

0 commit comments

Comments
 (0)