Skip to content

Commit

Permalink
Merge pull request #1292 from nando-digital/fix-entry-name
Browse files Browse the repository at this point in the history
Changed settings entry name to the actual behaviour
  • Loading branch information
alainm23 authored May 13, 2024
2 parents 5045168 + 15fdf1a commit 6e64698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialogs/Preferences/PreferencesWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public class Dialogs.Preferences.PreferencesWindow : Adw.PreferencesWindow {
};

var underline_completed_row = new Adw.ActionRow ();
underline_completed_row.title = _("Underline Completed Tasks");
underline_completed_row.title = _("Cross Out Completed Tasks");
underline_completed_row.set_activatable_widget (underline_completed_switch);
underline_completed_row.add_suffix (underline_completed_switch);

Expand Down

0 comments on commit 6e64698

Please sign in to comment.