diff --git a/software-station b/software-station
index f6288f5..62f612e 100755
--- a/software-station
+++ b/software-station
@@ -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 = "Warning this system need to be upgraded!"
+ title = "Warning this system needs to be upgraded!"
title_label = Gtk.Label(label=title)
title_label.set_use_markup(True)
title_label.set_justify(Gtk.Justification.CENTER)