From 9fa69c54ff4ec6ce2f09de1072ff6f61b6d4f4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 7 Oct 2024 08:48:29 -0700 Subject: [PATCH] Update Application.vala --- src/Application.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);