diff options
author | Friendika <info@friendika.com> | 2011-04-14 20:37:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-14 20:37:42 -0700 |
commit | 44c47f118c20a22c1540c6c88823b48a357e5ca3 (patch) | |
tree | f2332bbfec210ca17c2ffb489ebf1b575262e593 /mod/settings.php | |
parent | b5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a (diff) | |
download | volse-hubzilla-44c47f118c20a22c1540c6c88823b48a357e5ca3.tar.gz volse-hubzilla-44c47f118c20a22c1540c6c88823b48a357e5ca3.tar.bz2 volse-hubzilla-44c47f118c20a22c1540c6c88823b48a357e5ca3.zip |
"profile locator/address" is now called "Identity Address" to reduce confusion
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 42529ae23..caf29df35 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -331,6 +331,7 @@ function settings_content(&$a) { $theme_selector .= '<option val="' . basename($file) . '"' . $selected . '>' . basename($file) . '</option>'; } } + $theme_selector .= '</select>'; $subdir = ((strlen($a->get_path())) ? '<br />' . t('or') . ' ' . $a->get_baseurl() . '/profile/' . $nickname : ''); @@ -338,7 +339,7 @@ function settings_content(&$a) { $tpl_addr = load_view_file("view/settings_nick_set.tpl"); $prof_addr = replace_macros($tpl_addr,array( - '$desc' => t('Your profile address is'), + '$desc' => t('Your Identity Address is'), '$nickname' => $nickname, '$subdir' => $subdir, '$basepath' => $a->get_hostname() |