summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2022-01-08 10:36:14 +0100
committerUwe Klotz <uklotz@mixxx.org>2022-01-08 10:36:14 +0100
commit169c0309facc51dc6b9c2b43e67698c57335064c (patch)
tree80edbe8ee4ed832e8cc9c72ee232827eeacbdde6
parent0db3507172b8e00a2aac1f264a393388dac8aa87 (diff)
Revert "replace QT_TR_NOOP with QT_TRANSLATE_NOOP to offer some context."
-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 9250319fdf..561237d7a2 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_TRANSLATE_NOOP("Mixxx Sampler Banks (*.xml)");
+const char kSamplerFileType[] = QT_TR_NOOP("Mixxx Sampler Banks (*.xml)");
} // anonymous namespace