From: Tobias Diekershoff Date: Mon, 17 Aug 2015 05:24:48 +0000 (+0200) Subject: we dont need the or anymore X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03e81b06d515e349ce9609f505a23b4db7fe9405;p=friendica.git we dont need the or anymore --- diff --git a/mod/settings.php b/mod/settings.php index 4c37247c63..3b9f0211e2 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1109,7 +1109,6 @@ function settings_content(&$a) { $prof_addr = replace_macros($tpl_addr,array( '$desc' => sprintf(t("Your Identity Address is '%s' or '%s'."), $nickname.'@'.$a->get_hostname(), $a->get_baseurl().'/profile/'.$nickname), - '$or' => t('or'), '$basepath' => $a->get_hostname() ));