From 1211e3197f06e539e170ecd5b27754686b416572 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Thu, 16 Apr 2015 15:27:18 +0300 Subject: [PATCH] Avoid (s) for unknown plural in a message Similar to I365d6279310cb2455e078de5677bf7fffa54d60d Change-Id: If251f1dd46340d7f3b22621f41f890d28e8aae91 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.20.1