Merge pull request #2386 from Wallacoloo/bb-editor-name

Revert partial 'B+B Editor' -> 'Pattern Editor' rename
This commit is contained in:
Tres Finocchiaro
2015-10-30 14:11:02 -04:00
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" ),