change the mention notification wording to be less akward

This commit is contained in:
maxwell 2011-04-07 17:45:03 -07:00
parent e2103788f5
commit 48cfa49582
2 changed files with 3 additions and 1 deletions

View file

@ -288,7 +288,7 @@ en:
private_message: "sent you a message."
comment_on_post: "commented on your"
also_commented: "also commented on %{post_author}'s"
mentioned: "has mentioned you in their"
mentioned: "has mentioned you in a post"
post: "post"
deleted: "deleted"
also_commented_deleted: "commented on a deleted post"

View file

@ -339,6 +339,8 @@ ActiveRecord::Schema.define(:version => 20110406203720) do
t.string "name"
end
add_index "tags", ["name"], :name => "index_tags_on_name", :unique => true
create_table "user_preferences", :force => true do |t|
t.string "email_type"
t.integer "user_id"