mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix typo, shorten dropdown strings
This commit is contained in:
parent
99b2fb2859
commit
6f9f7fb831
1 changed files with 3 additions and 3 deletions
|
|
@ -205,9 +205,9 @@ sigc::signal<void, timepos_t> ARDOUR_UI::Clock;
|
||||||
sigc::signal<void> ARDOUR_UI::CloseAllDialogs;
|
sigc::signal<void> ARDOUR_UI::CloseAllDialogs;
|
||||||
|
|
||||||
static const gchar *_record_mode_strings[] = {
|
static const gchar *_record_mode_strings[] = {
|
||||||
N_("Layerered"),
|
N_("Layered"),
|
||||||
N_("Non Layered"),
|
N_("Non-Layered"),
|
||||||
N_("Sound on Sound"),
|
N_("Snd on Snd"),
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue