From: Bartosz DziewoƄski Date: Wed, 18 Jan 2017 01:25:16 +0000 (+0100) Subject: Tweak formatting of 'restrictionsfield-help' X-Git-Tag: 1.31.0-rc.0~4299^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=40dce265416f1754d872483932bde3e7103d959c;p=lhc%2Fweb%2Fwiklou.git Tweak formatting of 'restrictionsfield-help' `
` looks better for multiline code blocks than ``.

Before: https://phabricator.wikimedia.org/F5302938
After: https://phabricator.wikimedia.org/F5302939

Change-Id: I1a180fee5e635e5f08c6730a9c390d7c4325ff9d
---

diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 1e37d40baf..68abd7c48e 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -4277,7 +4277,7 @@
 	"usercssispublic": "Please note: CSS subpages should not contain confidential data as they are viewable by other users.",
 	"restrictionsfield-badip": "Invalid IP address or range: $1",
 	"restrictionsfield-label": "Allowed IP ranges:",
-	"restrictionsfield-help": "One IP address or CIDR range per line. To enable everything, use
0.0.0.0/0
::/0", + "restrictionsfield-help": "One IP address or CIDR range per line. To enable everything, use:
0.0.0.0/0\n::/0
", "revid": "revision $1", "pageid": "page ID $1" }