Skip to content

Commit

Permalink
Fix createArrangement dialog msg (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajshah11 authored Aug 7, 2024
1 parent e9ca923 commit acd21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ArrangeDesktop.spoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function obj:createArrangement()
return
end

hs.dialog.blockAlert("We will now record each of your application windows.", "Each will window will flash into focus. The first focus on each monitor will prompt you to name the monitor.")
hs.dialog.blockAlert("We will now record each of your application windows.", "Each window will flash into focus. The first focus on each monitor will prompt you to name the monitor.")

config[arrangementName] = obj:_buildArrangement(arrangementName)

Expand Down

0 comments on commit acd21d1

Please sign in to comment.