> i.e.         QString trackName = QString(tr("Track %1")).arg(t);

Probably best to use tr("Track") + "%1" moving forward so that translators
don't try to fix percent signs. :)

-Tres

- [email protected]

On Wed, May 13, 2015 at 1:05 PM, midi-pascal <[email protected]>
wrote:

> On 15-05-13 11:53 AM, Spekular R wrote:
> >
> > This is pretty incredible, imo. Thanks a ton!
> >
> I think there is a small glitch in the PR 2006:
> The word "Track" in the default track name is hardcoded so
> internationalization will not work for it.
> May I suggest to add tr() around the litteral?
> i.e.         QString trackName = QString(tr("Track %1")).arg(t);
>
> :-)
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> LMMS-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lmms-devel
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to