eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py

changeset 7147
7f30b93eb51d
parent 7116
233b6e62ca2b
child 7229
53054eb5b15a
equal deleted inserted replaced
7146:6b870a3a8821 7147:7f30b93eb51d
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>":

eric ide

mercurial