change language around explore/participate.

This commit is contained in:
danielgrippi 2012-02-13 17:26:53 -08:00
parent ab76b0cd8e
commit b27961b38a
5 changed files with 16 additions and 15 deletions

View file

@ -4,7 +4,7 @@
%ul#aspect_nav.left_nav.sub %ul#aspect_nav.left_nav.sub
%li.all_aspects %li.all_aspects
= link_to t('aspects.index.your_aspects'), aspects_path, :class => 'home_selector' = link_to t('streams.aspects.title'), aspects_path, :class => 'home_selector'
- if @stream.is_a?(Stream::Aspect) - if @stream.is_a?(Stream::Aspect)
%ul.sub_nav %ul.sub_nav

View file

@ -159,7 +159,6 @@ en:
index: index:
donate: "Donate" donate: "Donate"
keep_us_running: "Keep %{pod} running fast and buy servers their coffee fix with a monthly donation!" keep_us_running: "Keep %{pod} running fast and buy servers their coffee fix with a monthly donation!"
your_aspects: "Your Aspects"
no_tags: "+ Find a tag to follow" no_tags: "+ Find a tag to follow"
unfollow_tag: "Stop following #%{tag}" unfollow_tag: "Stop following #%{tag}"
handle_explanation: "This is your Diaspora ID. Like an email address, you can give this to people to reach you." handle_explanation: "This is your Diaspora ID. Like an email address, you can give this to people to reach you."
@ -927,14 +926,15 @@ en:
contacts_title: "Recent Posters" contacts_title: "Recent Posters"
multi: multi:
title: "Explore" title: "Stream"
contacts_title: "People in your Explore Stream" contacts_title: "People in your Explore Stream"
aspects: aspects:
title: "Your Aspects" title: "My Aspects"
participate: participate:
title: "Participate" title: "My Activity"
users: users:
logged_out: logged_out:
signed_out: "You've signed out of Diaspora*" signed_out: "You've signed out of Diaspora*"

View file

@ -25,8 +25,8 @@ en:
year: "about a year" year: "about a year"
years: "%d years" years: "%d years"
participate: "Participate" my_activity: "My Activity"
explore: "Explore" my_stream: "Stream"
videos: videos:
watch: "Watch this video on <%= provider %>" watch: "Watch this video on <%= provider %>"

View file

@ -7,13 +7,13 @@
<span class="header-nav"> <span class="header-nav">
<span> <span>
<a href="/explore"> <a href="/explore">
{{t "explore"}} {{t "my_stream"}}
</a> </a>
</span> </span>
<span> <span>
<a href="/participate"> <a href="/participate">
{{t "participate"}} {{t "my_activity"}}
</a> </a>
</span> </span>
</span> </span>

View file

@ -935,7 +935,6 @@ img.scaled_full
:float right :float right
:margin :margin
:top -1px
:right 10px :right 10px
form form
@ -949,6 +948,9 @@ img.scaled_full
:border 1px solid #222 :border 1px solid #222
:font-size 13px
:padding 4px
&:hover &:hover
:background-color #555 :background-color #555
@ -961,11 +963,10 @@ img.scaled_full
:background-color white :background-color white
:width 200px :width 200px
&[type='search'] &::-webkit-input-placeholder
&::-webkit-input-placeholder :text-shadow none
:text-shadow none &:-moz-placeholder
&:-moz-placeholder :text-shadow none
:text-shadow none
ul#settings_nav ul#settings_nav
:display inline :display inline