diff --git a/src/Views/PreferencesView/PreferencesGeneralPage.vala b/src/Views/PreferencesView/PreferencesGeneralPage.vala index 8293aa40..395ed472 100644 --- a/src/Views/PreferencesView/PreferencesGeneralPage.vala +++ b/src/Views/PreferencesView/PreferencesGeneralPage.vala @@ -29,7 +29,7 @@ background_switch.hexpand = true; - var enable_smooth_lines_label = new Gtk.Label (_("Enable smooth lines for a CPU chart (needs restart):")); + var enable_smooth_lines_label = new Gtk.Label (_("Draw smooth lines on CPU chart (requires restart):")); enable_smooth_lines_label.halign = Gtk.Align.START; enable_smooth_lines_switch = new Gtk.Switch ();