mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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) {
|
if (Config->get_shuttle_units() == Percentage) {
|
||||||
set_sizing_text (S_("LogestShuttle|> 888.9%"));
|
set_sizing_text (S_("LogestShuttle|> 888.9%"));
|
||||||
} else {
|
} 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