A few quotes too many. Also translations for tooltip.
This commit is contained in:
parent
2b0b03eebc
commit
16040063dc
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user