Closed (fixed)
Project:
Revisioning
Version:
6.x-3.11
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Nov 2010 at 14:16 UTC
Updated:
2 Aug 2011 at 05:21 UTC
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
Comment #1
rdeboerYep! 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.
Comment #2
rdeboerOops, 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).