diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-03-13 13:50:44 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-03-13 13:50:44 +0100 |
commit | a7af6df962bad0901611d28450a990831fb25680 (patch) | |
tree | c957a0d41837a0801e200757c180a1651c19951e /mod/manage.php | |
parent | a00beafe7ffb859c2e9f267c81f7054ac6452cbf (diff) | |
download | volse-hubzilla-a7af6df962bad0901611d28450a990831fb25680.tar.gz volse-hubzilla-a7af6df962bad0901611d28450a990831fb25680.tar.bz2 volse-hubzilla-a7af6df962bad0901611d28450a990831fb25680.zip |
Fix spaces around t() and tt()
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 f30a04348..26f7315c3 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( sprintf(t("Welcome back %s"), $r[0]['username']) . EOL); + notice( sprintf( t("Welcome back %s") , $r[0]['username']) . EOL); $a->user = $r[0]; if(strlen($a->user['timezone'])) { |