From 2a20948dcbbae2a50a7489d135e6e6f727edd110 Mon Sep 17 00:00:00 2001 From: stsdc <6031763+stsdc@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:19:54 +0100 Subject: [PATCH] improve wording for disabling smooth lines option #298 --- src/Views/PreferencesView/PreferencesGeneralPage.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();