From 8e7525da78f25c73d60554fd89221e4171534357 Mon Sep 17 00:00:00 2001 From: S Page Date: Tue, 24 Feb 2015 22:48:52 -0800 Subject: [PATCH] Improve the API help for format=xmlfm I thought it dumped raw text with attached JSON "debugging elements", but it's just jsonfm with a little extra. Change-Id: I55f2ae2c9aa295bcb972b4e02e7352532d64341c --- 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 90d7fa7b9d..9602e43bef 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1360,7 +1360,7 @@ "apihelp-php-description": "Output data in serialized PHP format.", "apihelp-php-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently 2), may change without warning.", "apihelp-phpfm-description": "Output data in serialized PHP format (pretty-print in HTML).", - "apihelp-rawfm-description": "Output data with the debugging elements in JSON format (pretty-print in HTML).", + "apihelp-rawfm-description": "Output data, including debugging elements, in JSON format (pretty-print in HTML).", "apihelp-txt-description": "Output data in PHP's print_r() format.", "apihelp-txtfm-description": "Output data in PHP's print_r() format (pretty-print in HTML).", "apihelp-xml-description": "Output data in XML format.", -- 2.20.1