From 16040063dc7bea1f6d4d76131ae8f84505531900 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 8 Nov 2015 00:08:02 +0100 Subject: A few quotes too many. Also translations for tooltip. --- mod/ffsapi.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mod/ffsapi.php') diff --git a/mod/ffsapi.php b/mod/ffsapi.php index 7b7922b0c..1f68a87ba 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 @@ -56,7 +56,7 @@ function activate(node) { } - + EOT; -- cgit v1.2.3