[EMAIL PROTECTED] wrote: > - return _("Idx"); > + size_t const maxLabelChars = 25; > + > + docstring label = "Idx:" + getParam("name");
However, "Idx" still should be translatable. And I would add a blank after the colon. Jürgen
[EMAIL PROTECTED] wrote: > - return _("Idx"); > + size_t const maxLabelChars = 25; > + > + docstring label = "Idx:" + getParam("name");
However, "Idx" still should be translatable. And I would add a blank after the colon. Jürgen