Revert partial 'B+B Editor' -> 'Pattern Editor' rename

This commit is contained in:
Colin Wallace
2015-09-28 14:31:53 -07:00
parent ab64c67da4
commit fbd3d5bb0f
20 changed files with 21 additions and 21 deletions

View File

@@ -344,7 +344,7 @@ void FileBrowserTreeWidget::contextMenuEvent(QContextMenuEvent * e )
this,
SLOT( openInNewInstrumentTrackSE() ) );
contextMenu.addAction( tr( "Open in new instrument-track/"
"Pattern Editor" ),
"B+B Editor" ),
this,
SLOT( openInNewInstrumentTrackBBE() ) );
contextMenu.exec( e->globalPos() );

View File

@@ -1119,7 +1119,7 @@ void MainWindow::updateViewMenu()
this, SLOT( toggleSongEditorWin() )
);
m_viewMenu->addAction(embed::getIconPixmap( "bb_track" ),
tr( "Pattern Editor" ) + " (F6)",
tr( "Beat+Bassline Editor" ) + " (F6)",
this, SLOT( toggleBBEditorWin() )
);
m_viewMenu->addAction(embed::getIconPixmap( "piano" ),