mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix shuttle info sizing text
This commit is contained in:
parent
c11f62fd51
commit
4d940ce5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ ShuttleInfoButton::parameter_changed (std::string p)
|
|||
if (Config->get_shuttle_units() == Percentage) {
|
||||
set_sizing_text (S_("LogestShuttle|> 888.9%"));
|
||||
} else {
|
||||
set_sizing_text (S_("LogestShuttle|+00 st"));
|
||||
set_sizing_text (S_("LogestShuttle|> +00 st"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue