Merge pull request #2386 from Wallacoloo/bb-editor-name
Revert partial 'B+B Editor' -> 'Pattern Editor' rename
This commit is contained in:
@@ -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() );
|
||||
|
||||
@@ -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" ),
|
||||
|
||||
Reference in New Issue
Block a user