Merge "Avoid (s) for unknown plural in a message"

This commit is contained in:
jenkins-bot 2015-04-16 12:21:29 +00:00 committed by Gerrit Code Review
commit a6aa1d2d25

View file

@ -3456,7 +3456,7 @@
"tags-edit-success": "<strong>The changes were successfully applied.</strong>", "tags-edit-success": "<strong>The changes were successfully applied.</strong>",
"tags-edit-failure": "<strong>The changes could not be applied:</strong>\n$1", "tags-edit-failure": "<strong>The changes could not be applied:</strong>\n$1",
"tags-edit-nooldid-title": "Invalid target revision", "tags-edit-nooldid-title": "Invalid target revision",
"tags-edit-nooldid-text": "You have either not specified a target revision(s) to perform this function, or the specified revision does not exist.", "tags-edit-nooldid-text": "You have either not specified any target revision on which to perform this function, or the specified revision does not exist.",
"tags-edit-none-selected": "Please select at least one tag to add or remove.", "tags-edit-none-selected": "Please select at least one tag to add or remove.",
"comparepages": "Compare pages", "comparepages": "Compare pages",
"comparepages-summary": "", "comparepages-summary": "",