| … | |
… | |
| 135 | code, install_profile_xml_file = d.inputbox(_(u"Enter the filename of the XML file")) |
135 | code, install_profile_xml_file = d.inputbox(_(u"Enter the filename of the XML file")) |
| 136 | if code != DLG_OK: |
136 | if code != DLG_OK: |
| 137 | break |
137 | break |
| 138 | if GLIUtility.is_file(install_profile_xml_file): |
138 | if GLIUtility.is_file(install_profile_xml_file): |
| 139 | break |
139 | break |
| 140 | d.msgbox("Cannot open file " + install_profile_xml_file, height=7, width=50) |
140 | d.msgbox(_(u"Cannot open file ") + install_profile_xml_file, height=7, width=50) |
| 141 | install_profile_xml_file = None |
141 | install_profile_xml_file = None |
| 142 | else: |
142 | else: |
| 143 | break |
143 | break |
| 144 | |
144 | |
| 145 | if install_profile_xml_file != None: |
145 | if install_profile_xml_file != None: |