pino added a comment.

  Please fix the i18n() calls, as the values of placeholders are passed as 
parameter to it instead of using .arg():
  
    i18n("foo %1").arg(foo)  // WRONG
    i18n("foo %1", foo)  // correct

REPOSITORY
  R304 KNewStuff

REVISION DETAIL
  https://phabricator.kde.org/D28532

To: leinir, #knewstuff, #plasma, ngraham, #frameworks
Cc: pino, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, 
bruns

Reply via email to