Skip to content

Commit

Permalink
Fix error on Entity Delete window
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcclure committed Apr 3, 2021
1 parent 104750e commit 85fecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Shared/AppLib/Gui/Dialog/EntityDeleteWindow.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

GetTextDefinition() {
return "This will delete the '" . this.entityObj.Key . "' entity from " . this.app.appName . " and cannot be undone."
return "This will delete the '" . this.entityObj.Key . "' entity from Launchpad and cannot be undone."
}

GetButtonsDefinition() {
Expand Down

0 comments on commit 85fecbd

Please sign in to comment.