98 self, |
98 self, |
99 self.tr("Select Path to Device"), |
99 self.tr("Select Path to Device"), |
100 self.tr("""<p>The device volume <b>{0}</b> could not""" |
100 self.tr("""<p>The device volume <b>{0}</b> could not""" |
101 """ be found. Is the device in 'bootloader'""" |
101 """ be found. Is the device in 'bootloader'""" |
102 """ mode and mounted?</p> <p>Alternatively""" |
102 """ mode and mounted?</p> <p>Alternatively""" |
103 """ select the Manual Select" entry and""" |
103 """ select the "Manual Select" entry and""" |
104 """ enter the path to the device below.</p>""") |
104 """ enter the path to the device below.</p>""") |
105 .format(volumeName) |
105 .format(volumeName) |
106 ) |
106 ) |
107 |
107 |
108 elif volumeName == "<manual>": |
108 elif volumeName == "<manual>": |