Skip to content

Commit

Permalink
formatting and l10n changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zr2d2 committed Apr 1, 2012
1 parent c4dd6b0 commit d212445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/membership.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Membership < ActiveRecord::Base
scope :leader, where(:level => Membership::LEVELS[:leader])
scope :regular, where(:level => Membership::LEVELS[:regular])

#Scoping shortcuts for approved/pending
# Scoping shortcuts for approved/pending
scope :approved, where(":level > Membership::LEVELS[:pending]")
scope :pending, where(:level => Membership::LEVELS[:pending])

Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ en:
hello: "Hello world"
is_viewable: "Viewable"
is_submittable: "Submittable"
membership_approved: "Approved"
membersip_denied: "Denied"

0 comments on commit d212445

Please sign in to comment.