Skip to content

Commit

Permalink
Merge pull request #1079 from Jaques22/patch-1
Browse files Browse the repository at this point in the history
fix typos in welcome project
  • Loading branch information
alainm23 authored Dec 18, 2023
2 parents b3e0b95 + b749611 commit 8e7515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util.vala
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ public class Util : GLib.Object {
item_04.id = Util.get_default ().generate_id (item_04);
item_04.project_id = project.id;
item_04.content = _("Reorder yours to-dos");
item_04.description = _("To reorder your list, tap amd hold a to-do, then drag it to where it shpuld go.");
item_04.description = _("To reorder your list, tap and hold a to-do, then drag it to where it should go.");

var item_05 = new Objects.Item ();
item_05.id = Util.get_default ().generate_id (item_05);
Expand Down

0 comments on commit 8e7515f

Please sign in to comment.