Skip to content

Commit

Permalink
adding minor change for the text spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Jun 26, 2021
1 parent 1bff926 commit c99aeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software-station
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class TableWindow(Gtk.Window):
hBox = Gtk.HBox(homogeneous=False, spacing=0)
hBox.show()
vBox.pack_start(hBox, False, False, 10)
title = "<b>Warning this system need to be upgrade!</b>"
title = "<b>Warning this system need to be upgraded!</b>"
title_label = Gtk.Label(label=title)
title_label.set_use_markup(True)
title_label.set_justify(Gtk.Justification.CENTER)
Expand All @@ -412,7 +412,7 @@ class TableWindow(Gtk.Window):
hBox.show()
vBox.pack_start(hBox, False, False, 5)
msg = "Installing software without upgrading could harm this installation.\n" \
"\nWould you like to upgrade now?"
"Would you like to upgrade now?"
msg_label = Gtk.Label(label=msg)
hBox.pack_start(msg_label, True, True, 20)
hBox = Gtk.HBox(homogeneous=False, spacing=0)
Expand Down

0 comments on commit c99aeee

Please sign in to comment.