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"), |