shorten grid/snap label "Timecode" -> "TC"

This commit is contained in:
Robin Gareus 2014-07-09 21:31:35 +02:00
parent ea311d4379
commit 12d913893a

View file

@ -142,9 +142,9 @@ const double Editor::timebar_height = 15.0;
static const gchar *_snap_type_strings[] = { static const gchar *_snap_type_strings[] = {
N_("CD Frames"), N_("CD Frames"),
N_("Timecode Frames"), N_("TC Frames"),
N_("Timecode Seconds"), N_("TC Seconds"),
N_("Timecode Minutes"), N_("TC Minutes"),
N_("Seconds"), N_("Seconds"),
N_("Minutes"), N_("Minutes"),
N_("Beats/128"), N_("Beats/128"),