change the mention notification wording to be less akward
This commit is contained in:
parent
e2103788f5
commit
48cfa49582
2 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue