summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 7bcd197665..09306f66e4 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -162,7 +162,7 @@ double Editor::timebar_height = 15.0;
static const gchar *_snap_type_strings[] = {
N_("CD Samples"),
- N_("TC Samples"),
+ N_("TC Frames"),
N_("TC Seconds"),
N_("TC Minutes"),
N_("Seconds"),