[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Sat Jan 15 00:45:50 CET 2005


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());
         }
       }




More information about the Kst mailing list