# HG changeset patch # User Lennard de Rijk # Date 1235405130 0 # Node ID 27c9ae3f8d8b712dc9e68ab06bdb1fba68dd0f7d # Parent 9b4717f6c4166006bdbeedcf4da94dbfc68d994b Textual change in cleaing.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 9b4717f6c416 -r 27c9ae3f8d8b app/soc/logic/cleaning.py --- a/app/soc/logic/cleaning.py Sun Feb 22 21:47:41 2009 +0000 +++ b/app/soc/logic/cleaning.py Mon Feb 23 16:05:30 2009 +0000 @@ -46,7 +46,7 @@ 'You do not have the required rights for that ACL.') DEF_ORGANZIATION_NOT_ACTIVE_MSG = ugettext( - 'This organization is not active/existent') + "This organization is not active or doesn't exist.") def check_field_is_empty(field_name): """Returns decorator that bypasses cleaning for empty fields.