[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Jan 15 04:02:10 CET 2005
should 18n's like these have the comment field in place which tells
translaters what this means?
On January 14, 2005 06:45 pm, Andrew Walker wrote:
> CVS commit by arwalker:
>
> George wants these translated.
>
>
> M +2 -2 kst2dplot.cpp 1.356
>
>
> --- kdeextragear-2/kst/kst/kst2dplot.cpp #1.355:1.356
> @@ -3182,7 +3182,7 @@ void Kst2DPlot::highlightNearestDataPoin
>
> genAxisTickLabelFullPrecision(label, length, newxpos, isXLog(),
> true); - msg = QString("%3 (%1,
> %2)").arg(label).arg(newypos,0,'G').arg(curve->tagName()); + msg =
> i18n("%3 (%1, %2)").arg(label).arg(newypos,0,'G').arg(curve->tagName()); }
> else {
> - msg = QString("%3 (%1,
> %2)").arg(newxpos,0,'G').arg(newypos,0,'G').arg(curve->tagName()); +
> msg = i18n("%3 (%1,
> %2)").arg(newxpos,0,'G').arg(newypos,0,'G').arg(curve->tagName()); }
> }
>
>
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
More information about the Kst
mailing list