diff options
author | friendica <info@friendica.com> | 2012-07-09 06:11:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-09 06:11:58 -0700 |
commit | 8855cb9c286eb66ad96b3388d85ccc57434a6db3 (patch) | |
tree | 2a3032becd771511357361f1c0f6760178a13b8f /mod/settings.php | |
parent | 95fdba753c67110c6461ebf659d90304bbb835a8 (diff) | |
download | volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.tar.gz volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.tar.bz2 volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.zip |
identity address is now a web-id or "webbie"
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |