13
0

Fixed wrong translation markup in sfdb_ui.cc.

git-svn-id: svn://localhost/ardour2/trunk@991 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2006-10-18 01:41:40 +00:00
parent bebd86d208
commit 177b2a2a17

View File

@ -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
};