From 12d913893a98da54d5182e31c37c02d484564a19 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 9 Jul 2014 21:31:35 +0200 Subject: [PATCH] shorten grid/snap label "Timecode" -> "TC" --- gtk2_ardour/editor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 2c71fe4d4c..accada4014 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -142,9 +142,9 @@ const double Editor::timebar_height = 15.0; static const gchar *_snap_type_strings[] = { N_("CD Frames"), - N_("Timecode Frames"), - N_("Timecode Seconds"), - N_("Timecode Minutes"), + N_("TC Frames"), + N_("TC Seconds"), + N_("TC Minutes"), N_("Seconds"), N_("Minutes"), N_("Beats/128"),