diff options
author | friendica <info@friendica.com> | 2012-12-06 01:18:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-06 01:18:30 -0800 |
commit | 4603fde9044b09a76dee9167fb312a597974ba59 (patch) | |
tree | ba595af73004404f9067d24109dd72b163826f70 /mod/settings.php | |
parent | c6b8ab534f4516605ed276b9f8677f9cf578ea45 (diff) | |
download | volse-hubzilla-4603fde9044b09a76dee9167fb312a597974ba59.tar.gz volse-hubzilla-4603fde9044b09a76dee9167fb312a597974ba59.tar.bz2 volse-hubzilla-4603fde9044b09a76dee9167fb312a597974ba59.zip |
"webbie" isn't going to cut it. We'll go with "channel address" for now.
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 ef52388e2..99de364b7 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -956,7 +956,7 @@ function settings_content(&$a) { $tpl_addr = get_markup_template("settings_nick_set.tpl"); $prof_addr = replace_macros($tpl_addr,array( - '$desc' => t('Your channel address (or "webbie") is'), + '$desc' => t('Your channel address is'), '$nickname' => $nickname, '$subdir' => $subdir, '$basepath' => $a->get_hostname() |