13
0

Fix typo, shorten dropdown strings

This commit is contained in:
Robin Gareus 2022-09-19 23:24:42 +02:00
parent 99b2fb2859
commit 6f9f7fb831
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -205,9 +205,9 @@ sigc::signal<void, timepos_t> ARDOUR_UI::Clock;
sigc::signal<void> ARDOUR_UI::CloseAllDialogs;
static const gchar *_record_mode_strings[] = {
N_("Layerered"),
N_("Non Layered"),
N_("Sound on Sound"),
N_("Layered"),
N_("Non-Layered"),
N_("Snd on Snd"),
0
};