From dc523a0853202260311de78609b8eff90734883a Mon Sep 17 00:00:00 2001 From: Giftpflanze Date: Sat, 10 Jan 2015 07:24:17 +0100 Subject: [PATCH] ApiEditPage: Fix Wikipedia-specific wording Article is specific to Wikipedia. Change to page for universality. Change-Id: I4a10583d463c90df437ffd0e60e6f100674e49b2 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1