summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-18 22:07:23 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-18 22:07:23 +0100
commit9e969ef880f55e3b0f4806e0dac6322059bd884e (patch)
treeaa7fa4acde4a06aca7fdc79b450e410781837eae /src
parent7f0718585a1e491d42eea30da5163ba5672f890c (diff)
DlgPrefLibrary: Improve Serato Metadata Export warning message
Diffstat (limited to 'src')
-rw-r--r--src/preferences/dialog/dlgpreflibrary.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/preferences/dialog/dlgpreflibrary.cpp b/src/preferences/dialog/dlgpreflibrary.cpp
index e3de6e728a..61bee99ae5 100644
--- a/src/preferences/dialog/dlgpreflibrary.cpp
+++ b/src/preferences/dialog/dlgpreflibrary.cpp
@@ -339,11 +339,13 @@ void DlgPrefLibrary::slotSeratoMetadataExportClicked(bool checked) {
if (QMessageBox::warning(this,
QStringLiteral("Serato Metadata Export"),
QStringLiteral(
- "Exporting Serato Metadata from Mixxx is highly "
+ "Exporting Serato Metadata from Mixxx is "
"experimental. There is no official documentation "
- "of the format. Files with Serato metadata written "
- "by Mixxx might crash Serato DJ, therefore caution "
- "is advised. Do you really want to enable this "
+ "of the format. Existing Serato Metadata might be "
+ "lost and files with Serato metadata written by "
+ "Mixxx could potentially crash Serato DJ, "
+ "therefore caution is advised and backups are "
+ "recommended. Do you really want to enable this "
"option?"),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::No) {
checkBox_SeratoMetadataExport->setChecked(false);