mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 04:31:36 +02:00
Show count and use plural forms for more operation strings (re: #8014)
This commit is contained in:
@@ -180,7 +180,7 @@ export function validationImpossibleOneway() {
|
||||
entityIds: [way.id],
|
||||
onClick: function(context) {
|
||||
var id = this.issue.entityIds[0];
|
||||
context.perform(actionReverse(id), t('operations.reverse.annotation'));
|
||||
context.perform(actionReverse(id), t('operations.reverse.annotation.line', { n: 1 }));
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user