Hi,

in revisioning.pages.inc, you have a string that is hardcoded. It should be passed through t() for translations.

Line: 50

if (isset($form['buttons']['delete']) && user_access('delete revisions') && $vid != node_tools_get_current_node_revision_id($nid)) {
      $form['buttons']['delete']['#value'] = 'Delete this revision';
      $form['buttons']['delete']['#submit'][] = '_revisioning_delete_submit';
}

Kind regards

Comments

rdeboer’s picture

Assigned: Unassigned » rdeboer

Yep! Thanks. I thought I'd fixed this in the dev version. But I'm not sure. If not I will certainly make sure to fix it for the next release.

rdeboer’s picture

Status: Needs work » Fixed

Oops, issue dropped off radar.
Fixed in 6.x-3.x (will be available in 6.x-3.13).
Also fixed on Git matster branch (7.x-1.2).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.