diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-12 11:30:13 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-05-12 11:30:13 +0100 |
commit | 45208a859d6330cc066266cff5dcc024f9b48f3d (patch) | |
tree | fe172a277d0671e4865ef2e05b2327f713e8bcd6 | |
parent | a3ede13e7cdce84fc7e09abc74f11e770adce9bd (diff) |
Revert indentation of translations from 28a7d304b5f60ce5f32546d82740669db7d3a54d
To preserve the existing whitespace and prevent the need for
retranslation
-rw-r--r-- | app/views/request_game/play.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/request_game/play.html.erb b/app/views/request_game/play.html.erb index 6020bd101..544274e93 100644 --- a/app/views/request_game/play.html.erb +++ b/app/views/request_game/play.html.erb @@ -30,9 +30,9 @@ <div id="game"> <h2><%= _("Play the request categorisation game!")%></h2> <p><%= _("Some people who've made requests haven't let us know whether they were - successful or not. We need <strong>your</strong> help – - choose one of these requests, read it, and let everyone know whether or not the - information has been provided. Everyone'll be exceedingly grateful.")%></p> +successful or not. We need <strong>your</strong> help – +choose one of these requests, read it, and let everyone know whether or not the +information has been provided. Everyone'll be exceedingly grateful.")%></p> <% for info_request in @requests %> <%= render :partial => 'request/request_listing_single', :locals => { :info_request => info_request } %> <% end %> @@ -41,7 +41,7 @@ <%= button_to _('I don\'t want to do any more tidying now!'), categorise_stop_url %> </p> <p><%= _('Thanks for helping - your work will make it easier for everyone to find successful - responses, and maybe even let us make league tables...')%></p> +responses, and maybe even let us make league tables...')%></p> </div> |