From d554dcc0968cd083dba6177e65617568507558bd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 1 Oct 2017 04:00:50 +0200 Subject: [PATCH] These are "Frames" :) --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),