Skip to content

Commit

Permalink
Clarify wording [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 30, 2021
1 parent 92b4e77 commit 23ad67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appimaged/prerequisites.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 23ad67c

Please sign in to comment.