From dc7a672d9fd94a6410f4ec63405567c3a9261222 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Wed, 9 Mar 2011 21:17:27 +0100 Subject: [PATCH] fixed some translations --- app/views/aspects/edit.html.haml | 4 ++-- config/locales/diaspora/en.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/aspects/edit.html.haml b/app/views/aspects/edit.html.haml index 075c92557..c4cb71344 100644 --- a/app/views/aspects/edit.html.haml +++ b/app/views/aspects/edit.html.haml @@ -21,12 +21,12 @@ %h3#aspect_name_title %span.name= @aspect %span.tiny_text - = link_to 'rename', '#', :id => 'rename_aspect_link' + = link_to t('.rename'), '#', :id => 'rename_aspect_link' #aspect_name_edit.hidden = form_for @aspect, :remote => true do |aspect| = aspect.text_field :name - = aspect.submit 'update', :disable_with => 'updating', :class => 'button' + = aspect.submit t('.update'), :disable_with => 'updating', :class => 'button' - if @contacts.count > 0 = render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 121e8bbcb..03703fb7e 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -171,6 +171,7 @@ en: rename: "rename" aspect_list_is_visible: "aspect list is visible to others in aspect" aspect_list_is_not_visible: "aspect list is hidden to others in aspect" + update: "update" aspect_contacts: done_editing: "done editing" aspect_stream: