Textual change in cleaing.py.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 23 Feb 2009 16:05:30 +0000
changeset 1472 27c9ae3f8d8b
parent 1471 9b4717f6c416
child 1473 e82bf1e4bf36
Textual change in cleaing.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
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.