src/eric7/WebBrowser/WebBrowserView.py

branch
eric7
changeset 9358
4ad1fcd03875
parent 9352
8c28b0f77388
child 9361
718bc86e1c3f
equal deleted inserted replaced
9357:f10a57275bce 9358:4ad1fcd03875
2421 "<p>Grant the website at <b>{0}</b> <b>Write</b> access" 2421 "<p>Grant the website at <b>{0}</b> <b>Write</b> access"
2422 " to '{1}'?</p>" 2422 " to '{1}'?</p>"
2423 ) 2423 )
2424 else: 2424 else:
2425 msgTemplate = self.tr( 2425 msgTemplate = self.tr(
2426 "<p>Grant the website at <b>{0}</b> <b>Read and Write</b> access" 2426 "<p>Grant the website at <b>{0}</b> <b>Read and Write</b>"
2427 " to '{1}'?</p>" 2427 " access to '{1}'?</p>"
2428 ) 2428 )
2429 2429
2430 ok = EricMessageBox.yesNo( 2430 ok = EricMessageBox.yesNo(
2431 self, 2431 self,
2432 self.tr("File System Access Request"), 2432 self.tr("File System Access Request"),

eric ide

mercurial