From 2f8be58642503126e0bf1ab46f0d8c3826692620 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 2 Nov 2015 07:09:04 +0100 Subject: [PATCH] ifttt: Clarified documentation --- ifttt/ifttt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifttt/ifttt.php b/ifttt/ifttt.php index 3203fec4..b0e5e122 100644 --- a/ifttt/ifttt.php +++ b/ifttt/ifttt.php @@ -46,7 +46,7 @@ function ifttt_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '

'.t("Create an account at IFTTT. Create three Facebook recipes that are connected with 'Maker' with the following parameters:").'

'; + $s .= '

'.t("Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form 'if Facebook then Maker') with the following parameters:").'

'; $s .= '

URL

'; $s .= '

'.$a->get_baseurl()."/ifttt/".'

'; $s .= '

Method

';