Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Schölling <manuel.schoelling@gmx.de>2011-09-09 03:15:54 +0400
committerManuel Schölling <manuel.schoelling@gmx.de>2011-09-09 03:15:54 +0400
commit0b28376216245a3391660446ce6cf74fe5843891 (patch)
tree4d4e49750e7f5a23db5b6bbc55cff7badbfd924d /app/views/users/getting_started.haml
parentc72ee05ca152157a2e35631be8e1e3330cd0ef45 (diff)
Fixed some texts in "Getting Started" that were not translatable
Diffstat (limited to 'app/views/users/getting_started.haml')
-rw-r--r--app/views/users/getting_started.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml
index c8c5a405b..c0b0f6bb3 100644
--- a/app/views/users/getting_started.haml
+++ b/app/views/users/getting_started.haml
@@ -43,7 +43,7 @@
= profile_field_tag(current_user.person.profile, attr)
#edit_profile_button_div
- = link_to "Edit Profile", edit_profile_path, :class => "button"
+ = link_to t(".edit_profile"), edit_profile_path, :class => "button"
- unless AppConfig[:configured_services].blank?
%li.services{:class => ("completed" if has_connected_services?)}
@@ -108,7 +108,7 @@
= t('.find_friends')
.span-5.append-1
= form_tag(people_path, :method => 'get', :class => "people search_form") do
- = text_field_tag 'q', nil, :placeholder => "Search for people", :type => 'search', :results => 5
+ = text_field_tag 'q', nil, :placeholder => t(".search_for_people"), :type => 'search', :results => 5
.span-5.last{:style => "height:30px;"}
%h4{:style => "margin-top:7px;"}
or
@@ -129,7 +129,7 @@
.span-5.append-1
= form_tag(tags_path, :method => 'get', :class => "tag search_form") do
- = text_field_tag 'q', nil, :placeholder => "Search for #hashtags", :type => 'search', :results => 5
+ = text_field_tag 'q', nil, :placeholder => t(".search_for_hashtags"), :type => 'search', :results => 5
.span-5.last
%h4{:style => "margin-top:7px;"}
= t('.featured_tags')