Commit 28299f9d authored by Ivan Tyagov's avatar Ivan Tyagov

Show more accurate message to user.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21721 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79541e08
......@@ -82,7 +82,7 @@ if getattr(context, \'asText\', None) is not None and \\\n
document_text = context.asText()\n
else:\n
# document not converted (due to a conversion error), return message to user\n
return context.Base_translateString(\'Document is not converted.\')\n
return context.Base_translateString(\'Document is not converted or missing content.\')\n
\n
# get search words from listbox selection\n
argument_names = (\'advanced_search_text\', \n
......
896
\ No newline at end of file
897
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment