Fix #152886: Title bar of Selection Filter says only "Selection"
This commit is contained in:
parent
53d4ad208d
commit
4066761d6c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ SelectionWindow::SelectionWindow(QWidget *parent, Score* score) :
|
|||
|
||||
void SelectionWindow::retranslate()
|
||||
{
|
||||
setWindowTitle(tr("Selection"));
|
||||
setWindowTitle(tr("Selection Filter"));
|
||||
_listWidget->retranslate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue