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 "
|
||||
"under the directory %s\n\n"
|
||||
"Please select another directory or correct "
|
||||
"the permissions." % self.target_path)
|
||||
"the permissions.") % self.target_path
|
||||
)
|
||||
return None
|
||||
|
||||
@ -525,7 +525,7 @@ class ReportDialog(ManagedWindow.ManagedWindow):
|
||||
_("You do not have permission to create "
|
||||
"%s\n\n"
|
||||
"Please select another path or correct "
|
||||
"the permissions." % self.target_path)
|
||||
"the permissions.") % self.target_path
|
||||
)
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user