Skip to content

Commit

Permalink
Revised text message
Browse files Browse the repository at this point in the history
Replaced need with needs in user message.
  • Loading branch information
vic-thacker authored Jun 26, 2021
1 parent 2151d2d commit 92f73cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 upgraded!</b>"
title = "<b>Warning this system needs to be upgraded!</b>"
title_label = Gtk.Label(label=title)
title_label.set_use_markup(True)
title_label.set_justify(Gtk.Justification.CENTER)
Expand Down

0 comments on commit 92f73cc

Please sign in to comment.