Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Wootten <jeremy@elementaryos.org>
  • Loading branch information
Marukesu and Jeremy Wootten committed May 28, 2023
1 parent 2a2c4fe commit 35a02b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ namespace Maya {

var options = new HashTable<string, Variant> (str_hash, str_equal);
options["handle_token"] = Portal.generate_token ();
options["reason"] = _("Calendar wants to run on background and initialize with the session for events notifications");
options["reason"] = _("Calendar wants to run in the background and initialize with the session for events notifications");
options["commandline"] = cmd;
options["autostart"] = true;
options["dbus-activatable"] = false;
Expand Down

0 comments on commit 35a02b0

Please sign in to comment.