Commit 992474cf12b7f39295f1e887571e910e3282e6e9
- Date: Mon Apr 28 22:07:09 +0000 2008
- Committer: Dag Odenhall (dag.odenhall@gmail.com)
- Author: Dag Odenhall (dag.odenhall@gmail.com)
- Commit SHA1: 992474cf12b7f39295f1e887571e910e3282e6e9
- Tree SHA1: 0ee48223ae6c15e09c9f8c7a1d03bb059e35e3b4
Fix typo in sup widget module
Commit diff
| |   |
| 14 | 14 | description "Mail count in sup for the specified search terms" |
| 15 | 15 | dependency "sup", "gem install sup, http://sup.rubyforge.org/" |
| 16 | 16 | option :terms, "Search terms", "label:inbox -label:deleted -label:spam" |
| 17 | | field :count, "Numer of messages matching search terms" |
| 17 | field :count, "Number of messages matching search terms" |
| 18 | 18 | default { @count } |
| 19 | 19 | |
| 20 | 20 | init do |
| toggle raw diff |
--- a/lib/amazing/widgets/sup.rb
+++ b/lib/amazing/widgets/sup.rb
@@ -14,7 +14,7 @@ module Amazing
description "Mail count in sup for the specified search terms"
dependency "sup", "gem install sup, http://sup.rubyforge.org/"
option :terms, "Search terms", "label:inbox -label:deleted -label:spam"
- field :count, "Numer of messages matching search terms"
+ field :count, "Number of messages matching search terms"
default { @count }
init do |