summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index f434463500..67084eb6a0 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -308,10 +308,10 @@ SoundFileBox::field_selected ()
// this needs to be kept in sync with the ImportMode enum defined in editing.h and editing_syms.h.
static const char *import_mode_strings[] = {
- X_("Add to Region list"),
- X_("Add to selected Track(s)"),
- X_("Add as new Track(s)"),
- X_("Add as new Tape Track(s)"),
+ N_("Add to Region list"),
+ N_("Add to selected Track(s)"),
+ N_("Add as new Track(s)"),
+ N_("Add as new Tape Track(s)"),
0
};