From 8855cb9c286eb66ad96b3388d85ccc57434a6db3 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 06:11:58 -0700 Subject: identity address is now a web-id or "webbie" --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/settings.php') diff --git a/mod/settings.php b/mod/settings.php index b1c3cf7d4..9c580f3bc 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -941,7 +941,7 @@ function settings_content(&$a) { $tpl_addr = get_markup_template("settings_nick_set.tpl"); $prof_addr = replace_macros($tpl_addr,array( - '$desc' => t('Your Identity Address is'), + '$desc' => t('Your webbie (web-id) is'), '$nickname' => $nickname, '$subdir' => $subdir, '$basepath' => $a->get_hostname() -- cgit v1.2.3