Fix of issue 2851.
svn: r12378
This commit is contained in:
parent
5a5c0ef7fe
commit
8dc14d8106
@ -500,7 +500,7 @@ class ReportDialog(ManagedWindow.ManagedWindow):
|
|||||||
_("You do not have permission to write "
|
_("You do not have permission to write "
|
||||||
"under the directory %s\n\n"
|
"under the directory %s\n\n"
|
||||||
"Please select another directory or correct "
|
"Please select another directory or correct "
|
||||||
"the permissions." % self.target_path)
|
"the permissions.") % self.target_path
|
||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
@ -525,7 +525,7 @@ class ReportDialog(ManagedWindow.ManagedWindow):
|
|||||||
_("You do not have permission to create "
|
_("You do not have permission to create "
|
||||||
"%s\n\n"
|
"%s\n\n"
|
||||||
"Please select another path or correct "
|
"Please select another path or correct "
|
||||||
"the permissions." % self.target_path)
|
"the permissions.") % self.target_path
|
||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user