diff options
author | Zoranzoki21 <zorandori4444@gmail.com> | 2018-08-31 21:08:08 +0000 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2018-09-02 09:03:07 +0000 |
commit | 1f2e9c1b54eee54348f4d5841e357ab40c5e5f70 (patch) | |
tree | 7c77e81f0b33cd97a524aa47a314d764c2faeef4 /languages/i18n/en.json | |
parent | e5ded68cf060c63c8fc0e990f2841e386f7c0633 (diff) | |
download | mediawikicore-1f2e9c1b54eee54348f4d5841e357ab40c5e5f70.tar.gz mediawikicore-1f2e9c1b54eee54348f4d5841e357ab40c5e5f70.zip |
Fix common typos in code
Bug: T201491
Change-Id: Id962b79f2590c51380cb977e727b7548abc11d33
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 57b0cdedb273..18dc51aab486 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -365,9 +365,9 @@ "customcssprotected": "You do not have permission to edit this CSS page because it contains another user's personal settings.", "customjsonprotected": "You do not have permission to edit this JSON page because it contains another user's personal settings.", "customjsprotected": "You do not have permission to edit this JavaScript page because it contains another user's personal settings.", - "sitecssprotected": "You do not have permission to edit this CSS page because it may affect all visitors", - "sitejsonprotected": "You do not have permission to edit this JSON page because it may affect all visitors", - "sitejsprotected": "You do not have permission to edit this JavaScript page because it may affect all visitors", + "sitecssprotected": "You do not have permission to edit this CSS page because it may affect all visitors.", + "sitejsonprotected": "You do not have permission to edit this JSON page because it may affect all visitors.", + "sitejsprotected": "You do not have permission to edit this JavaScript page because it may affect all visitors.", "mycustomcssprotected": "You do not have permission to edit this CSS page.", "mycustomjsonprotected": "You do not have permission to edit this JSON page.", "mycustomjsprotected": "You do not have permission to edit this JavaScript page.", @@ -1024,7 +1024,7 @@ "searchdisabled": "{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.", "googlesearch": "<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n\t<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n\t<input type=\"hidden\" name=\"num\" value=\"50\" />\n\t<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n\t<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n\t<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n\t<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n <div>\n\t<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n\t<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n </div>\n</form>", "search-error": "An error has occurred while searching: $1", - "search-warning": "A warning has occured while searching: $1", + "search-warning": "A warning has occurred while searching: $1", "opensearch-desc": "{{SITENAME}} ({{CONTENTLANGUAGE}})", "preferences": "Preferences", "preferences-summary": "", |