mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
fancy plural form.
This commit is contained in:
parent
fa4ef6a632
commit
28730b4939
1 changed files with 2 additions and 2 deletions
|
|
@ -1035,8 +1035,8 @@ EngineControl::bufsize_as_string (uint32_t sz)
|
||||||
/* Translators: "samples" is always plural here, so no
|
/* Translators: "samples" is always plural here, so no
|
||||||
need for plural+singular forms.
|
need for plural+singular forms.
|
||||||
*/
|
*/
|
||||||
char buf[32];
|
char buf[64];
|
||||||
snprintf (buf, sizeof (buf), _("%u samples"), sz);
|
snprintf (buf, sizeof (buf), "%u %s", sz, P_("sample", "samples", sz));
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue