Skip to content

Commit ba29cc6

Browse files
authored
Make request background message translatable (#103)
1 parent cc0f9c9 commit ba29cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public class Badger.Application : Gtk.Application {
147147
// TODO: Implicit .begin is deprecated but i have no idea how to fix that
148148
portal.request_background (
149149
null,
150-
"Autostart Badger in headless mode to send reminders",
150+
_("Autostart Badger in background to send reminders"),
151151
cmd,
152152
Xdp.BackgroundFlags.AUTOSTART,
153153
null);

0 commit comments

Comments
 (0)