diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-03-11 00:22:21 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-03-11 00:22:21 +0100 |
commit | 9f7878057f356ba785de26877a660bb025cae31d (patch) | |
tree | 8682db6a66be0e5c663a279e6e2adb5f5765c022 /mod/manage.php | |
parent | 89781ba428f553e8eb4f415832e7e575adf141e0 (diff) | |
download | volse-hubzilla-9f7878057f356ba785de26877a660bb025cae31d.tar.gz volse-hubzilla-9f7878057f356ba785de26877a660bb025cae31d.tar.bz2 volse-hubzilla-9f7878057f356ba785de26877a660bb025cae31d.zip |
update source strings
Diffstat (limited to 'mod/manage.php')
-rw-r--r-- | mod/manage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php index 9981a0446..f30a04348 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -34,7 +34,7 @@ function manage_post(&$a) { $_SESSION['page_flags'] = $r[0]['page-flags']; $_SESSION['my_url'] = $a->get_baseurl() . '/profile/' . $r[0]['nickname']; - notice( t("Welcome back ") . $r[0]['username'] . EOL); + notice( sprintf(t("Welcome back %s"), $r[0]['username']) . EOL); $a->user = $r[0]; if(strlen($a->user['timezone'])) { |