Fix #152886: Title bar of Selection Filter says only "Selection"

This commit is contained in:
ZackTheCardshark 2016-12-27 17:50:16 -05:00
parent 53d4ad208d
commit 4066761d6c

View file

@ -105,7 +105,7 @@ SelectionWindow::SelectionWindow(QWidget *parent, Score* score) :
void SelectionWindow::retranslate()
{
setWindowTitle(tr("Selection"));
setWindowTitle(tr("Selection Filter"));
_listWidget->retranslate();
}