mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
i18n fixes from alexandre
git-svn-id: svn://localhost/ardour2/branches/3.0@14051 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
241a9edd3e
commit
a9c711d488
3 changed files with 10 additions and 10 deletions
|
|
@ -98,7 +98,7 @@ MonoPanner::set_tooltip ()
|
|||
*/
|
||||
|
||||
char buf[64];
|
||||
snprintf (buf, sizeof (buf), "L:%3d R:%3d",
|
||||
snprintf (buf, sizeof (buf), _("L:%3d R:%3d"),
|
||||
(int) rint (100.0 * (1.0 - pos)),
|
||||
(int) rint (100.0 * pos));
|
||||
_tooltip.set_tip (buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue