From: Amir E. Aharoni Date: Thu, 16 Apr 2015 12:27:18 +0000 (+0300) Subject: Avoid (s) for unknown plural in a message X-Git-Tag: 1.31.0-rc.0~11676^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=1211e3197f06e539e170ecd5b27754686b416572;p=lhc%2Fweb%2Fwiklou.git Avoid (s) for unknown plural in a message Similar to I365d6279310cb2455e078de5677bf7fffa54d60d Change-Id: If251f1dd46340d7f3b22621f41f890d28e8aae91 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 1dfe21d095..396965645f 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -786,7 +786,7 @@ "rev-showdeleted": "show", "revisiondelete": "Delete/undelete revisions", "revdelete-nooldid-title": "Invalid target revision", - "revdelete-nooldid-text": "You have either not specified a target revision(s) to perform this\nfunction, the specified revision does not exist, or you are attempting to hide the current revision.", + "revdelete-nooldid-text": "You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.", "revdelete-no-file": "The file specified does not exist.", "revdelete-show-file-confirm": "Are you sure you want to view a deleted revision of the file \"$1\" from $2 at $3?", "revdelete-show-file-submit": "Yes",