]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/diaspora.php
Move StatusNet addon dependencies in own library subfolder
[friendica-addons.git] / diaspora / diaspora.php
index 59b130d752e87e6a5ebbbfb3d5b72beeafeaa242..b486c0956a76cc6ec26685d4316dd73ed7083946 100644 (file)
@@ -140,9 +140,9 @@ function diaspora_settings(&$a,&$s) {
 
        $r = q("SELECT `addr` FROM `contact` WHERE `self` AND `uid` = %d", intval(local_user()));
        if (DBM::is_result($r)) {
-               $status = sprintf(L10n::t("Please remember: You can always be reached from Diaspora with your Friendica handle %s. "), $r[0]['addr']);
+               $status = L10n::t("Please remember: You can always be reached from Diaspora with your Friendica handle %s. ", $r[0]['addr']);
                $status .= L10n::t('This connector is only meant if you still want to use your old Diaspora account for some time. ');
-               $status .= sprintf(L10n::t('However, it is preferred that you tell your Diaspora contacts the new handle %s instead.'), $r[0]['addr']);
+               $status .= L10n::t('However, it is preferred that you tell your Diaspora contacts the new handle %s instead.', $r[0]['addr']);
        }
 
        $aspects = false;