From 23ad67c727fb762867fe96db06d600a7cdaf297d Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 30 Jan 2021 11:24:46 +0100 Subject: [PATCH] Clarify wording [ci skip] --- src/appimaged/prerequisites.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")