From 2b0b03eebc1a33a24cdff7adb46b2fa9a29090c0 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 8 Nov 2015 00:04:02 +0100 Subject: Fix ffsapi for non-English languages (or better when 's was used in the strings) - Update nl+es --- mod/ffsapi.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mod') diff --git a/mod/ffsapi.php b/mod/ffsapi.php index f4033e63b..7b7922b0c 100644 --- a/mod/ffsapi.php +++ b/mod/ffsapi.php @@ -5,10 +5,10 @@ function ffsapi_content(&$a) { $baseurl = z_root(); $name = get_config('system','sitename'); -$description = t('Share content from Firefox to $Projectname'); -$author = 'Mike Macgirvin'; -$homepage = 'http://hubzilla.org'; -$activate = t('Activate the Firefox $Projectname provider'); +$description = t("Share content from Firefox to $Projectname"); +$author = "Mike Macgirvin"; +$homepage = "http://hubzilla.org"; +$activate = t("Activate the Firefox $Projectname provider"); $s = <<< EOT @@ -40,9 +40,9 @@ var data = { "unmarkedIcon": baseurl+"/images/hz-bookmark-32.png", // should be available for display purposes - "description": '$description', - "author": '$author', - "homepageURL": '$homepage', + "description": "$description", + "author": "$author", + "homepageURL": "$homepage", // optional "version": "1.0" -- cgit v1.2.3