Textual change in cleaing.py.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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.