From 391d5a6609522423f97af2d169b7349b1227403c Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 30 Jun 2015 11:21:22 +0300 Subject: [PATCH] Make an apihelp message less repetitive Avoid saying "format" twice. Change-Id: I4c389944cf8777fffac9234852ce7eb29a82a777 --- 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 6d1b1ec967..5fb38ab372 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1114,7 +1114,7 @@ "apihelp-watch-example-unwatch": "Unwatch the page Main Page.", "apihelp-watch-example-generator": "Watch the first few pages in the main namespace.", - "apihelp-format-example-generic": "Format the query result in the $1 format.", + "apihelp-format-example-generic": "Return the query result in the $1 format.", "apihelp-dbg-description": "Output data in PHP's var_export() format.", "apihelp-dbgfm-description": "Output data in PHP's var_export() format (pretty-print in HTML).", "apihelp-dump-description": "Output data in PHP's var_dump() format.", -- 2.20.1