# HG changeset patch # User Pawel Solyga # Date 1236559255 0 # Node ID 3177f83c1e50dc3324ede8b4d81ed7a9d76665da # Parent eb7b8367e30f26091232344dc18020112f81c2ac Typo fix in soc.logic.cleaning module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r eb7b8367e30f -r 3177f83c1e50 app/soc/logic/cleaning.py --- a/app/soc/logic/cleaning.py Mon Mar 09 00:40:27 2009 +0000 +++ b/app/soc/logic/cleaning.py Mon Mar 09 00:40:55 2009 +0000 @@ -50,7 +50,7 @@ "This organization is not active or doesn't exist.") DEF_NO_SUCH_DOCUMENT_MSG = ugettext( - "There is no such document with that link_id under this entity.") + "There is no such document with that link ID under this entity.") def check_field_is_empty(field_name):