mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-18 19:50:38 +01:00
Change title
This commit is contained in:
parent
647e7e708a
commit
751d652a2f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user