Update
svn: r7047
This commit is contained in:
parent
6325153e02
commit
511abf5c6e
@ -263,10 +263,11 @@ class GraphViz:
|
|||||||
|
|
||||||
if encoding_problem:
|
if encoding_problem:
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_("Your data contains characters that cannot be converted "
|
_("Your data contains characters that cannot be "
|
||||||
"to latin-1. These characters were replaced with the "
|
"converted to latin-1. These characters were "
|
||||||
"question marks in the output. To get these characters "
|
"replaced with the question marks in the output. "
|
||||||
"properly displayed, unselect latin-1 option and try again."))
|
"To get these characters properly displayed, "
|
||||||
|
"unselect latin-1 option and try again."))
|
||||||
|
|
||||||
def get_report(self):
|
def get_report(self):
|
||||||
"return string of the .dot file contents"
|
"return string of the .dot file contents"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user