From 4de5d8f2a32a76d4094912ab0478c0fbf442b630 Mon Sep 17 00:00:00 2001 From: monochromec <606567+monochromec@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:08:55 +0200 Subject: [PATCH] Fixed typo and improved wording of Rosetta notice --- src/core/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index c75710f3b..19e309b8b 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -1055,7 +1055,7 @@ MainWindow::MainWindow(Application *app, std::shared_ptr tray_ic rosetta_message->set_settings_group(kSettingsGroup); rosetta_message->set_do_not_show_message_again("ignore_rosetta"); rosetta_message->setAttribute(Qt::WA_DeleteOnClose); - rosetta_message->ShowMessage(tr("Strawberry running under Rosetta"), tr("It is detected that Strawberry is running under Rosetta. Strawberry currently have limited macOS support, and running Strawberry under Rosetta is unsupported and known to have issues. If you want to use Strawberry on the current CPU, you should build Strawberry from source. For instructions see.: https://wiki.strawberrymusicplayer.org/wiki/Compile"), IconLoader::Load("dialog-warning")); + rosetta_message->ShowMessage(tr("Strawberry running under Rosetta"), tr("It seems that Strawberry is running under Rosetta. Strawberry currently has limited macOS support, and running Strawberry under Rosetta is unsupported and known to have issues. If you want to use Strawberry on the current CPU, you should build Strawberry from source. For instructions see.: https://wiki.strawberrymusicplayer.org/wiki/Compile"), IconLoader::Load("dialog-warning")); } } #endif