Skip to content

Commit 8c89902

Browse files
authored
Update main_window.py
1 parent a027a8e commit 8c89902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ def cancel_import(w):
13441344
self.importwaitBox.append(self.idoneImage)
13451345

13461346
# create label about configuration archive name
1347-
self.importwaitLabel = Gtk.Label.new(str=_["importing_config_status"].format(f"\n<i>{config_name}</i>"))
1347+
self.importwaitLabel = Gtk.Label.new(str=_["importing_config_status"].format(config_name))
13481348
self.importwaitLabel.set_use_markup(True)
13491349
self.importwaitLabel.set_justify(Gtk.Justification.CENTER)
13501350
self.importwaitLabel.set_wrap(True)

0 commit comments

Comments
 (0)