mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use plural form for menu item
This commit is contained in:
parent
22ca914f1b
commit
de0eaad53a
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ AutomationController::on_button_release(GdkEventButton* ev)
|
|||
}
|
||||
if (is_low) {
|
||||
for (int beats = 1; beats <= 16; ++beats) {
|
||||
items.push_back(MenuElem(string_compose(_("Set to %1 beat(s)"), (int)beats),
|
||||
items.push_back(MenuElem (string_compose(P_("Set to %1 beat", "Set to %1 beats", beats), beats),
|
||||
sigc::bind(sigc::mem_fun(*this, &AutomationController::set_freq_beats),
|
||||
(double)beats)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue