tinycm rev 44
Small fix to signup
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jan 18 17:52:45 2014 +0100 (2014-01-18) |
parents | 41aac0ffbce8 |
children | 53a267833266 |
files | index.cgi |
line diff
1.1 --- a/index.cgi Tue Jan 14 18:33:35 2014 -0200 1.2 +++ b/index.cgi Sat Jan 18 17:52:45 2014 +0100 1.3 @@ -435,7 +435,7 @@ 1.4 header 1.5 html_header 1.6 user_box 1.7 - echo "<h2>gettext "User already exists: $user"</h2>" 1.8 + echo "<h2>$(gettext 'User already exists:') $user</h2>" 1.9 html_footer 1.10 fi ;; 1.11 esac