Skip to content

Commit 71c46fd

Browse files
committed
fixup
1 parent 113239f commit 71c46fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oclp_r/wx_gui/gui_install_oc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _display_volumes(self, disk: str, dataset: dict) -> None:
202202
)
203203

204204
# Add text: "Volumes on {disk}"
205-
text_label = wx.StaticText(dialog, label=f"{self.trans['Volumes on']} {disk}", pos=(-1, 10))
205+
text_label = wx.StaticText(dialog, label=f"{self.trans['Volumes on ']} {disk}", pos=(-1, 10))
206206
text_label.SetFont(gui_support.font_factory(19, wx.FONTWEIGHT_BOLD))
207207
text_label.Centre(wx.HORIZONTAL)
208208

0 commit comments

Comments
 (0)