diff --git a/src/Application.vala b/src/Application.vala index b90c0102d..3afb029fb 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -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);