mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
shorten grid/snap label "Timecode" -> "TC"
This commit is contained in:
parent
ea311d4379
commit
12d913893a
1 changed files with 3 additions and 3 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue