i18n fixes from alexandre

git-svn-id: svn://localhost/ardour2/branches/3.0@14051 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-02-05 18:24:41 +00:00
parent 241a9edd3e
commit a9c711d488
3 changed files with 10 additions and 10 deletions

View file

@ -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);