Typo fix in soc.logic.cleaning module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 09 Mar 2009 00:40:55 +0000
changeset 1768 3177f83c1e50
parent 1767 eb7b8367e30f
child 1769 7596a1d31723
Typo fix in soc.logic.cleaning module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
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):