A few quotes too many. Also translations for tooltip.

This commit is contained in:
jeroenpraat 2015-11-08 00:08:02 +01:00
parent 2b0b03eebc
commit 16040063dc

View File

@ -5,10 +5,10 @@ function ffsapi_content(&$a) {
$baseurl = z_root(); $baseurl = z_root();
$name = get_config('system','sitename'); $name = get_config('system','sitename');
$description = t("Share content from Firefox to $Projectname"); $description = t('Share content from Firefox to $Projectname');
$author = "Mike Macgirvin"; $author = 'Mike Macgirvin';
$homepage = "http://hubzilla.org"; $homepage = 'http://hubzilla.org';
$activate = t("Activate the Firefox $Projectname provider"); $activate = t('Activate the Firefox $Projectname provider');
$s = <<< EOT $s = <<< EOT
@ -56,7 +56,7 @@ function activate(node) {
} }
</script> </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; EOT;