From: Giftpflanze Date: Sat, 10 Jan 2015 06:24:17 +0000 (+0100) Subject: ApiEditPage: Fix Wikipedia-specific wording X-Git-Tag: 1.31.0-rc.0~12725 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=dc523a0853202260311de78609b8eff90734883a;p=lhc%2Fweb%2Fwiklou.git ApiEditPage: Fix Wikipedia-specific wording Article is specific to Wikipedia. Change to page for universality. Change-Id: I4a10583d463c90df437ffd0e60e6f100674e49b2 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 0eed4cde73..cba687b05f 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -83,7 +83,7 @@ "apihelp-edit-param-bot": "Mark this edit as bot.", "apihelp-edit-param-basetimestamp": "Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]].", "apihelp-edit-param-starttimestamp": "Timestamp when you began the editing process, used to detect edit conflicts. An appropriate value may be obtained using [[Special:ApiHelp/main|curtimestamp]] when beginning the edit process (e.g. when loading the page content to edit).", - "apihelp-edit-param-recreate": "Override any errors about the article having been deleted in the meantime.", + "apihelp-edit-param-recreate": "Override any errors about the page having been deleted in the meantime.", "apihelp-edit-param-createonly": "Don't edit the page if it exists already.", "apihelp-edit-param-nocreate": "Throw an error if the page doesn't exist.", "apihelp-edit-param-watch": "Add the page to your watchlist.",