liquid_feedback_frontend
diff app/main/member/_profile.lua @ 208:c57dcff4162d
Changed text, added german translation for last login
author | bsw |
---|---|
date | Sat Feb 05 18:45:04 2011 +0100 (2011-02-05) |
parents | 0607056cff72 |
children | 6725c13b6ce0 7b5b2449d2d5 |
line diff
1.1 --- a/app/main/member/_profile.lua Sat Feb 05 18:18:31 2011 +0100 1.2 +++ b/app/main/member/_profile.lua Sat Feb 05 18:45:04 2011 +0100 1.3 @@ -111,7 +111,7 @@ 1.4 } 1.5 end 1.6 1.7 - ui.field.text{ label = _"Last usage (updated daily)", value = format.date(member.last_login_public) or _"not yet" } 1.8 + ui.field.text{ label = _"Last login (updated daily)", value = format.date(member.last_login_public) or _"not yet" } 1.9 1.10 end 1.11 }