summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2022-01-09 11:48:03 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2022-01-09 11:48:03 +0100
commit2a06eac7936c6ce667c6841ffe407f507d9b3a3c (patch)
treebea716505f2d6db6648cd7fa8519080130042789
parentb5acdb32698e0ebc68fd8594c226992b0e0968f0 (diff)
parent3df7942a0f958e41ebb976002e15ce1ed13481f5 (diff)
Merge remote-tracking branch 'upstream/2.3' into main
-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