Merge pull request #2111 from Wallacoloo/git-2110

Fix wording inconsistency in View menu (~~Show/Hide~~ Controller Rack)
This commit is contained in:
Colin Wallace
2015-06-22 19:11:08 -07:00
18 changed files with 120 additions and 120 deletions

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() )
);