liquid_feedback_frontend
diff app/main/contact/list.lua @ 233:72d8f5faa2e5
Fixed orthography
| author | jbe |
|---|---|
| date | Thu Oct 06 16:48:30 2011 +0200 (2011-10-06) |
| parents | a9c6c11dd86c |
| children | 418b590fa9ed |
line diff
1.1 --- a/app/main/contact/list.lua Thu Oct 06 16:30:15 2011 +0200 1.2 +++ b/app/main/contact/list.lua Thu Oct 06 16:48:30 2011 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 content = function() 1.5 local contacts = contacts_selector:exec() 1.6 if #contacts == 0 then 1.7 - ui.field.text{ value = _"You didn't saved any member as contact yet." } 1.8 + ui.field.text{ value = _"You didn't save any member as contact yet." } 1.9 else 1.10 ui.list{ 1.11 records = contacts,