Add "note" to short grid labels

see also d2512c814a
This commit is contained in:
Robin Gareus 2025-08-20 12:51:54 +02:00 committed by Edgar Aichinger
parent 3a6c52314e
commit 5bf5ab6f69

View file

@ -102,22 +102,22 @@ static const gchar *_grid_type_strings[] = {
static const gchar *_grid_type_labels[] = { static const gchar *_grid_type_labels[] = {
N_("No Grid"), N_("No Grid"),
N_("Bar"), N_("Bar"),
N_("1/4"), N_("1/4 Note"),
N_("1/8"), N_("1/8 Note"),
N_("1/16"), N_("1/16 Note"),
N_("1/32"), N_("1/32 Note"),
N_("1/64"), N_("1/64 Note"),
N_("1/128"), N_("1/128 Note"),
N_("1/3"), // or "1/12" ? N_("1/3 Note"),
N_("1/6"), N_("1/6 Note"),
N_("1/12"), N_("1/12 Note"),
N_("1/24"), N_("1/24 Note"),
N_("1/5"), N_("1/5 Note"),
N_("1/10"), N_("1/10 Note"),
N_("1/20"), N_("1/20 Note"),
N_("1/7"), N_("1/7 Note"),
N_("1/14"), N_("1/14 Note"),
N_("1/28"), N_("1/28 Note"),
N_("Timecode"), N_("Timecode"),
N_("MinSec"), N_("MinSec"),
N_("CD Frames"), N_("CD Frames"),