mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
pluralis suckusmatis
git-svn-id: svn://localhost/ardour2/branches/3.0@13786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d949d01780
commit
3fbdae0d69
1 changed files with 3 additions and 1 deletions
|
|
@ -328,7 +328,9 @@ bool
|
||||||
TimeAxisViewItem::set_duration (framecnt_t dur, void* src)
|
TimeAxisViewItem::set_duration (framecnt_t dur, void* src)
|
||||||
{
|
{
|
||||||
if ((dur > max_item_duration) || (dur < min_item_duration)) {
|
if ((dur > max_item_duration) || (dur < min_item_duration)) {
|
||||||
warning << string_compose (_("new duration %1 frames is out of bounds for %2"), get_item_name(), dur)
|
warning << string_compose (
|
||||||
|
P_("new duration %1 frame is out of bounds for %2", "new duration %1 frames is out of bounds for %2", dur),
|
||||||
|
get_item_name(), dur)
|
||||||
<< endmsg;
|
<< endmsg;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue