diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-08 00:08:02 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-08 00:08:02 +0100 |
commit | 16040063dc7bea1f6d4d76131ae8f84505531900 (patch) | |
tree | 983f4ec82e77f895d058cf5ec27de407c8f3efa3 | |
parent | 2b0b03eebc1a33a24cdff7adb46b2fa9a29090c0 (diff) | |
download | volse-hubzilla-16040063dc7bea1f6d4d76131ae8f84505531900.tar.gz volse-hubzilla-16040063dc7bea1f6d4d76131ae8f84505531900.tar.bz2 volse-hubzilla-16040063dc7bea1f6d4d76131ae8f84505531900.zip |
A few quotes too many. Also translations for tooltip.
-rw-r--r-- | mod/ffsapi.php | 10 |
1 files changed, 5 insertions, 5 deletions
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) { } </script> -<button onclick="activate(this)" title="activate the demo provider" class="btn btn-primary">$activate</button> +<button onclick="activate(this)" title="$activate" class="btn btn-primary">$activate</button> EOT; |