Closed (fixed)
Project:
Revisioning
Version:
6.x-2.7
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
23 Aug 2009 at 10:44 UTC
Updated:
18 Jan 2010 at 00:50 UTC
Due to a problem with translate template extractor (#556498: Duplicate message definitions extracted) one string should be changed: 'Delete', the singular form of 'Delete all @count revisions' should be changed into 'Delete revision'.
Comments
Comment #1
rdeboerHi rastatt,
The link is labeled 'Delete' rather than 'Delete revision' for a reason: to cover content types that have "Create new revision" unticked. 'Delete revision' sounds confusing when there are no revisions.
There is another workaround I can put in the code to get around this issue, namely by not using format_plural(). Not so elegant but probably worth the effort to help you out.
Rik
Comment #2
rdeboerFixed in Revisioning 6.x.3.1-dev and later.