Make an apihelp message less repetitive
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 30 Jun 2015 08:21:22 +0000 (11:21 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 30 Jun 2015 08:21:22 +0000 (11:21 +0300)
Avoid saying "format" twice.

Change-Id: I4c389944cf8777fffac9234852ce7eb29a82a777

includes/api/i18n/en.json

index 6d1b1ec..5fb38ab 100644 (file)
        "apihelp-watch-example-unwatch": "Unwatch the page <kbd>Main Page</kbd>.",
        "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 <code>var_export()</code> format.",
        "apihelp-dbgfm-description": "Output data in PHP's <code>var_export()</code> format (pretty-print in HTML).",
        "apihelp-dump-description": "Output data in PHP's <code>var_dump()</code> format.",