Skip to content

Commit

Permalink
improve wording for disabling smooth lines option #298
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Mar 26, 2022
1 parent 8d8af47 commit eb4c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/PreferencesView/PreferencesGeneralPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();
Expand Down

0 comments on commit eb4c88b

Please sign in to comment.