diff --git a/refpolicy/support/segenxml.py b/refpolicy/support/segenxml.py
index c97edd24..407dae6a 100755
--- a/refpolicy/support/segenxml.py
+++ b/refpolicy/support/segenxml.py
@@ -192,10 +192,10 @@ def getModuleXML(file_name):
module_buf += temp_buf
else:
module_buf.append("\n")
- module_buf.append("Summary is unspecified.\n")
+ module_buf.append("Summary is missing!\n")
module_buf.append("\n")
module_buf.append("\n")
- module_buf.append("Parameters are unspecified.\n")
+ module_buf.append("Parameter descriptions are missing!\n")
module_buf.append("\n")
temp_buf = []
module_buf.append("\n")
@@ -207,10 +207,10 @@ def getModuleXML(file_name):
module_buf += temp_buf
else:
module_buf.append("\n")
- module_buf.append("Summary is unspecified.\n")
+ module_buf.append("Summary is missing!\n")
module_buf.append("\n")
module_buf.append("\n")
- module_buf.append("Parameters unspecified.\n")
+ module_buf.append("Parameter descriptions are missing!\n")
module_buf.append("\n")
temp_buf = []
module_buf.append("\n")