Skip to content

Commit

Permalink
Update Application.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 7, 2024
1 parent 2b45af2 commit 9fa69c5
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 @@ -57,7 +57,7 @@ public class Installer.App : Gtk.Application {
}

var notification = new GLib.Notification (_("Connect to a Power Source"));
notification.set_body (_("Your device is running on battery power. It's recommended to be plugged in while installing."));
notification.set_body (_("Installation will not succeed if this device loses power."));
notification.set_icon (new ThemedIcon ("battery-ac-adapter"));
notification.set_priority (NotificationPriority.URGENT);

Expand Down

0 comments on commit 9fa69c5

Please sign in to comment.