mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Further i18n fix.
git-svn-id: svn://localhost/ardour2/branches/3.0@8397 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
51460dac3f
commit
2cf464cf1d
1 changed files with 3 additions and 3 deletions
|
|
@ -331,10 +331,10 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::shared_ptr<PortGroup> bus (new PortGroup (string_compose (PROGRAM_NAME " %1", _("Busses"))));
|
boost::shared_ptr<PortGroup> bus (new PortGroup (string_compose (_("%1 Busses"), PROGRAM_NAME)));
|
||||||
boost::shared_ptr<PortGroup> track (new PortGroup (string_compose (PROGRAM_NAME " %1", _("Tracks"))));
|
boost::shared_ptr<PortGroup> track (new PortGroup (string_compose (_("%1 Tracks"), PROGRAM_NAME)));
|
||||||
boost::shared_ptr<PortGroup> system (new PortGroup (_("Hardware")));
|
boost::shared_ptr<PortGroup> system (new PortGroup (_("Hardware")));
|
||||||
boost::shared_ptr<PortGroup> ardour (new PortGroup (string_compose (PROGRAM_NAME " %1", _("Misc"))));
|
boost::shared_ptr<PortGroup> ardour (new PortGroup (string_compose (_("%1 Misc"), PROGRAM_NAME)));
|
||||||
boost::shared_ptr<PortGroup> other (new PortGroup (_("Other")));
|
boost::shared_ptr<PortGroup> other (new PortGroup (_("Other")));
|
||||||
|
|
||||||
/* Find the IOs which have bundles for routes and their processors. We store
|
/* Find the IOs which have bundles for routes and their processors. We store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue