diff --git a/src/appimaged/prerequisites.go b/src/appimaged/prerequisites.go index 7592176c..edda4cd7 100644 --- a/src/appimaged/prerequisites.go +++ b/src/appimaged/prerequisites.go @@ -73,7 +73,7 @@ func checkPrerequisites() { // Stop any other AppImage system integration daemon // so that they won't interfere with each other if checkIfSystemdServiceRunning([]string{"appimagelauncher*"}) == true { - sendErrorDesktopNotification("Other AppImage integration daemon running", "Please uninstall appimagelauncher first, then try again") + sendErrorDesktopNotification("Other AppImage integration daemon detected", "Please uninstall appimagelauncher first, then try again") os.Exit(1) // log.Println("Trying to stop interfering AppImage system integration daemons") // stopSystemdService("appimagelauncherd")