Skip to content

Commit

Permalink
Merge pull request #1324 from sylviekai/master
Browse files Browse the repository at this point in the history
Update string to reflect location of Calendar Events setting
  • Loading branch information
alainm23 authored Jun 3, 2024
2 parents c4bb99a + 308b395 commit 684b280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Util/Util.vala
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ We hope you’ll enjoy using Planify!""");
item_02_01.project_id = project.id;
item_02_01.section_id = section_01.id;
item_02_01.content = _("Show your calendar events");
item_02_01.description = _("You can display your system's calendar events in Planify. Go to 'Preferences' 🡒 Calendar Events to turn it on.");
item_02_01.description = _("You can display your system's calendar events in Planify. Go to 'Preferences' 🡒 General 🡒 Calendar Events to turn it on.");

var item_02_02 = new Objects.Item ();
item_02_02.id = Util.get_default ().generate_id (item_02_02);
Expand Down
2 changes: 1 addition & 1 deletion po/io.github.alainm23.planify.pot
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ msgstr ""
#: core/Util/Util.vala:654
msgid ""
"You can display your system's calendar events in Planify. Go to "
"'Preferences' 🡒 Calendar Events to turn it on."
"'Preferences' 🡒 General 🡒 Calendar Events to turn it on."
msgstr ""

#: core/Util/Util.vala:660
Expand Down

0 comments on commit 684b280

Please sign in to comment.