We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0f9c9 commit ba29cc6Copy full SHA for ba29cc6
src/Application.vala
@@ -147,7 +147,7 @@ public class Badger.Application : Gtk.Application {
147
// TODO: Implicit .begin is deprecated but i have no idea how to fix that
148
portal.request_background (
149
null,
150
- "Autostart Badger in headless mode to send reminders",
+ _("Autostart Badger in background to send reminders"),
151
cmd,
152
Xdp.BackgroundFlags.AUTOSTART,
153
null);
0 commit comments