Skip to content

Remove useless tr usages

NicolasB requested to merge nicolasB/paraview:xml-translation-3 into master
  • Remove usage of a tr redefinition in pqOutputWidget::pqInternals that was a wrapping of QCoreApplication::translate and was used on variables.
  • Remove usage of Qt's tr in qSetMessagePattern that could break the error messages if translation does not contain the escaped variables in the string - for now the error messages are not meant to be translated.
Edited by NicolasB

Merge request reports