liquid_feedback_frontend
diff app/main/interest/_action/update.lua @ 239:86988175dc89
Fix some typos
| author | Ingo Bormuth <mail@ibormuth.de> |
|---|---|
| date | Tue Dec 27 02:13:46 2011 +0100 (2011-12-27) |
| parents | ca006681befc |
| children | ec86db506312 |
line diff
1.1 --- a/app/main/interest/_action/update.lua Mon Dec 19 01:53:17 2011 +0100 1.2 +++ b/app/main/interest/_action/update.lua Tue Dec 27 02:13:46 2011 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 interest:destroy() 1.5 slot.put_into("notice", _"Interest removed") 1.6 else 1.7 - slot.put_into("notice", _"Interest not existant") 1.8 + slot.put_into("notice", _"Interest not existent") 1.9 end 1.10 return 1.11 end