fix a translation

This commit is contained in:
MrZYX 2011-02-12 18:06:56 +01:00
parent 3c089506ff
commit a572637e4c
2 changed files with 3 additions and 1 deletions

View file

@ -16,7 +16,7 @@
.add_aspect .add_aspect
= form_for(Aspect.new, :remote => true) do |aspect| = form_for(Aspect.new, :remote => true) do |aspect|
.right .right
= aspect.submit "add new aspect", :class => 'button' = aspect.submit t('.add_new_aspect'), :class => 'button'
= aspect.error_messages = aspect.error_messages
= aspect.hidden_field :person_id, :value => person.id if person = aspect.hidden_field :person_id, :value => person.id if person
= aspect.hidden_field :contact_id, :value => contact.id if contact = aspect.hidden_field :contact_id, :value => contact.id if contact

View file

@ -396,6 +396,8 @@ en:
accepts: "Once %{name} accepts, you'll start seeing each other's posts on Diaspora" accepts: "Once %{name} accepts, you'll start seeing each other's posts on Diaspora"
aspect_list: aspect_list:
edit_membership: "edit aspect membership" edit_membership: "edit aspect membership"
share_with_pane:
add_new_aspect: "add new aspect"
requests: requests:
manage_aspect_contacts: manage_aspect_contacts:
manage_within: "Manage contacts within" manage_within: "Manage contacts within"