Skip to content

Commit

Permalink
spelling #363
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil committed Aug 5, 2017
1 parent 1ec0106 commit f86c553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/systray/note.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Shoes.app do
stack do
para "Press button and look in your systems notication area"
para "Press button and look in your system's notification area"
ctr = 0;
button "Notify" do
ctr += 1
Expand All @@ -10,7 +10,7 @@
else
icp = "#{DIR}/static/shoes-icon-red.png"
end
systray title: "Notify Test", message: "message ##{ctr}", icon: icp
systray title: "Shoes Notify Test", message: "message ##{ctr}", icon: icp
end
end
end
2 changes: 1 addition & 1 deletion static/manual-en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4452,7 +4452,7 @@ You can also use a hash of arguments. The example below is worth some study.
#!ruby
Shoes.app do
stack do
para "Press button and look in your systems notication area"
para "Press button and look in your system's notification area"
ctr = 0;
button "Notify" do
ctr += 1
Expand Down

0 comments on commit f86c553

Please sign in to comment.