summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2022-01-08 12:38:54 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2022-01-08 12:38:54 +0100
commitb2aae1fb5a6959b7bdd9e2b4b352f0530c9f795a (patch)
tree0df4cba53513e0d9a1e5c4bff7deb9aa20c080fb
parent169c0309facc51dc6b9c2b43e67698c57335064c (diff)
Provide a context for QT_TRANSLATE_NOOP
-rw-r--r--src/mixer/samplerbank.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/samplerbank.cpp b/src/mixer/samplerbank.cpp
index 561237d7a2..732f58ec0b 100644
--- a/src/mixer/samplerbank.cpp
+++ b/src/mixer/samplerbank.cpp
@@ -18,7 +18,7 @@ const ConfigKey kConfigkeyLastImportExportDirectory(
"[Samplers]", "last_import_export_directory");
// This is used in multiple tr() calls below which accepts const char* as a key.
// lupdate finds the single string here.
-const char kSamplerFileType[] = QT_TR_NOOP("Mixxx Sampler Banks (*.xml)");
+const char kSamplerFileType[] = QT_TRANSLATE_NOOP("SamplerBank", "Mixxx Sampler Banks (*.xml)");
} // anonymous namespace