Change title

This commit is contained in:
Jonas Kvinge 2019-06-20 17:02:29 +02:00
parent 647e7e708a
commit 751d652a2f
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ void ShowFileInExplorer(QString const &path) {
void OpenInFileBrowser(const QList<QUrl> &urls) {
if (urls.count() > 50) {
QMessageBox messagebox(QMessageBox::Critical, tr("Error"), tr("Too many songs selected."));
QMessageBox messagebox(QMessageBox::Critical, tr("Show in file browser"), tr("Too many songs selected."));
messagebox.exec();
return;
}