From 09745f8c03336bf421138e47ea9661fa616436d6 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 27 Jul 2015 21:01:06 +0300 Subject: [PATCH] Rephrase apihelp-query+logevents-param-action Fixes English grammar, improves readability and makes the information more correct. Change-Id: I0a5ab8340c5924baf7a4f04f58c0d6c3d705838e --- 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 396f5dac71..3fe45bdbab 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -869,7 +869,7 @@ "apihelp-query+logevents-paramvalue-prop-details": "Lists additional details about the log event.", "apihelp-query+logevents-paramvalue-prop-tags": "Lists tags for the log event.", "apihelp-query+logevents-param-type": "Filter log entries to only this type.", - "apihelp-query+logevents-param-action": "Filter log actions to only this action. Overrides $1type. Wildcard actions like action/* allows to specify any string for the asterisk.", + "apihelp-query+logevents-param-action": "Filter log actions to only this action. Overrides $1type. In the list of possible values, values with the asterisk wildcard such as action/* can have different strings after the slash (/).", "apihelp-query+logevents-param-start": "The timestamp to start enumerating from.", "apihelp-query+logevents-param-end": "The timestamp to end enumerating.", "apihelp-query+logevents-param-user": "Filter entries to those made by the given user.", -- 2.20.1