Skip to content

Commit

Permalink
get rid of string concat of translatable strings in getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Nov 18, 2012
1 parent 9723c4a commit e9bccb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions app/views/users/getting_started.haml
Expand Up @@ -29,9 +29,7 @@

.row
%p
= t('.we_can_speed_things_up')
= link_to t('.hooking_up_fb'), "auth/facebook?callback_url=#{getting_started_url}"
= t('.what_facebook_does')
!= t('.connect_to_facebook', :link => link_to(t('.connect_to_facebook_link'), "auth/facebook?callback_url=#{getting_started_url}"))

.row
.span6
Expand Down
5 changes: 2 additions & 3 deletions config/locales/diaspora/en.yml
Expand Up @@ -1011,9 +1011,8 @@ en:
awesome_take_me_to_diaspora: "Awesome! Take me to Diaspora*"

who_are_you: "Who are you?"
we_can_speed_things_up: "We can speed things up a bit by"
hooking_up_fb: "hooking up your Facebook account"
what_facebook_does: "to Diaspora. This will pull your name and photo, and enable cross-posting."
connect_to_facebook: "We can speed things up a bit by %{link} to Diaspora. This will pull your name and photo, and enable cross-posting."
connect_to_facebook_link: "hooking up your Facebook account"

what_are_you_in_to: "What are you into?"
hashtag_explanation: "Hashtags allow you to talk about and follow your interests. They're also a great way to find new people on Diaspora."
Expand Down

0 comments on commit e9bccb8

Please sign in to comment.