]> git.mxchange.org Git - friendica.git/commitdiff
we dont need the or anymore
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Aug 2015 05:24:48 +0000 (07:24 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Aug 2015 05:24:48 +0000 (07:24 +0200)
mod/settings.php

index 4c37247c63fe040adf2021f1ea2b7ca8692eef37..3b9f0211e2a37a59d63fba74dcb2d788d54b88d4 100644 (file)
@@ -1109,7 +1109,6 @@ function settings_content(&$a) {
 
        $prof_addr = replace_macros($tpl_addr,array(
                '$desc' => sprintf(t("Your Identity Address is <strong>'%s'</strong> or '%s'."), $nickname.'@'.$a->get_hostname(), $a->get_baseurl().'/profile/'.$nickname),
-               '$or' => t('or'),
                '$basepath' => $a->get_hostname()
        ));