From: Amir E. Aharoni Date: Mon, 4 May 2015 21:28:20 +0000 (+0300) Subject: Fix double quote to apostrophe in a message X-Git-Tag: 1.31.0-rc.0~11500^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=f297e252fe35c465804d0bc0cecc5d32bca91944;p=lhc%2Fweb%2Fwiklou.git Fix double quote to apostrophe in a message Follow up to I4da8ecb457a77473e32d745ba48ab8505b35e45f Change-Id: I19ddb51b95f0dfc5ea64f3b2f81f9b5d95bdf7eb --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index d8554b251e..2685701164 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -345,7 +345,7 @@ "title-invalid-interwiki": "Title contains an interwiki link", "title-invalid-talk-namespace": "The requested page title refers to a talk page that can not exist.", "title-invalid-characters": "The requested page title contains invalid characters: \"$1\".", - "title-invalid-relative": "Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\"s browser.", + "title-invalid-relative": "Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user's browser.", "title-invalid-magic-tilde": "The requested page title contains invalid magic tilde sequence (~~~).", "title-invalid-too-long": "The requested page title is too long. It must be no longer than $1 bytes in UTF-8 encoding.", "title-invalid-leading-colon": "The requested page title contains an invalid colon at the beginning.",