Fix wording consistency in View menu (~~Show/Hide~~ Controller Rack)

This commit is contained in:
Colin Wallace
2015-06-17 02:54:25 +00:00
parent aaaa11c943
commit 71389bfc5a

View File

@@ -1073,7 +1073,7 @@ void MainWindow::updateViewMenu()
this, SLOT( toggleProjectNotesWin() )
);
m_viewMenu->addAction(embed::getIconPixmap( "controller" ),
tr( "Show/hide controller rack" ) +
tr( "Controller Rack" ) +
" (F11)",
this, SLOT( toggleControllerRack() )
);