app/soc/logic/cleaning.py
changeset 1472 27c9ae3f8d8b
parent 1446 bcbbcb72429d
child 1522 983b126f5aca
--- 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.