We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a027a8e commit 8c89902Copy full SHA for 8c89902
src/main_window.py
@@ -1344,7 +1344,7 @@ def cancel_import(w):
1344
self.importwaitBox.append(self.idoneImage)
1345
1346
# create label about configuration archive name
1347
- self.importwaitLabel = Gtk.Label.new(str=_["importing_config_status"].format(f"\n<i>{config_name}</i>"))
+ self.importwaitLabel = Gtk.Label.new(str=_["importing_config_status"].format(config_name))
1348
self.importwaitLabel.set_use_markup(True)
1349
self.importwaitLabel.set_justify(Gtk.Justification.CENTER)
1350
self.importwaitLabel.set_wrap(True)
0 commit comments