Skip to content

Commit 25dd1a4

Browse files
committed
Add command descriptions
1 parent 6f75af7 commit 25dd1a4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Info.plist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<dict>
3333
<key>actionClass</key>
3434
<string>QSiCalModule</string>
35+
<key>commandFormat</key>
36+
<string>Add %1$@ to the %2$@ calendar</string>
3537
<key>actionSelector</key>
3638
<string>createEvent:inCalendar:</string>
3739
<key>directTypes</key>
@@ -48,6 +50,8 @@
4850
</array>
4951
<key>name</key>
5052
<string>Create Calendar Event</string>
53+
<key>description</key>
54+
<string>Create an event in a [default] calendar</string>
5155
</dict>
5256
<key>QSiCalCreateEventActionReverse</key>
5357
<dict>
@@ -69,6 +73,10 @@
6973
</array>
7074
<key>name</key>
7175
<string>Add Event...</string>
76+
<key>description</key>
77+
<string>Add an event to the given calendar</string>
78+
<key>commandFormat</key>
79+
<string>Add %2$@ to the %1$@ calendar</string>
7280
<key>precedence</key>
7381
<integer>4</integer>
7482
<key>reverseArguments</key>
@@ -96,6 +104,10 @@
96104
</array>
97105
<key>name</key>
98106
<string>Create Reminder</string>
107+
<key>description</key>
108+
<string>Add a reminder to a [default] calendar</string>
109+
<key>commandFormat</key>
110+
<string>Add %1$@ to the %2$@ calendar</string>
99111
<key>validatesObjects</key>
100112
<string>NO</string>
101113
</dict>
@@ -119,6 +131,10 @@
119131
</array>
120132
<key>name</key>
121133
<string>Add Reminder...</string>
134+
<key>description</key>
135+
<string>Add a reminder to the given calendar</string>
136+
<key>commandFormat</key>
137+
<string>Add %2$@ to the %1$@ calendar</string>
122138
<key>precedence</key>
123139
<integer>4</integer>
124140
<key>reverseArgumetns</key>

0 commit comments

Comments
 (0)