]> Pileus Git - ~andy/gtk/blobdiff - docs/make-todo
Updated Arabic translation
[~andy/gtk] / docs / make-todo
index c874519e39d0993454a513a7428dd68af5871d20..3a339565726b53d54b365e1546c3f46b25b68813 100755 (executable)
@@ -196,7 +196,7 @@ class TodoParser (xmllib.XMLParser):
             
     def start_contact(self,attributes):
         if not self.entry:
-            raise ParseError, "<contact> tag must be in <contact>"
+            raise ParseError, "<contact> tag must be in <entry>"
         if self.in_data:
             raise ParseError, "Unexpected <contact> tag in content"
         self.in_data = 1