aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-11-08 00:08:02 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-11-08 00:08:02 +0100
commit16040063dc7bea1f6d4d76131ae8f84505531900 (patch)
tree983f4ec82e77f895d058cf5ec27de407c8f3efa3 /mod
parent2b0b03eebc1a33a24cdff7adb46b2fa9a29090c0 (diff)
downloadvolse-hubzilla-16040063dc7bea1f6d4d76131ae8f84505531900.tar.gz
volse-hubzilla-16040063dc7bea1f6d4d76131ae8f84505531900.tar.bz2
volse-hubzilla-16040063dc7bea1f6d4d76131ae8f84505531900.zip
A few quotes too many. Also translations for tooltip.
Diffstat (limited to 'mod')
-rw-r--r--mod/ffsapi.php10
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;