From 2f0af04144a6031c20564280334f66290ae68499 Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 19 Mar 2021 23:44:13 +0000 Subject: [PATCH] Use neutral language Bug: T277945 Change-Id: I6db3bd853d19537e6f9d18447e5582c2bb551ec7 --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 493adf6..f9ab24c 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -7,7 +7,7 @@ "imagemap_desc": "Allows client-side clickable image maps using <imagemap> tag", "imagemap_no_image": "Error: Must specify an image in the first line.", "imagemap_invalid_image": "Error: Image is invalid or non-existent.", - "imagemap_bad_image": "Error: Image is blacklisted on this page.", + "imagemap_bad_image": "Error: Image is not allowed on this page.", "imagemap_no_link": "Error: No valid link was found at the end of line $1.", "imagemap_invalid_title": "Error: Invalid title in link at line $1.", "imagemap_missing_coord": "Error: Not enough coordinates for shape at line $1.",