From 8808dc398eeb8328217c30a773ea7eff51923708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Horvat?= <matjaz.horvat@gmail.com> Date: Thu, 2 Feb 2012 00:11:23 +0100 Subject: [PATCH] Fixing double space between sentences --- resources/static/dialog/views/required_email.ejs | 2 +- resources/static/dialog/views/verify_primary_user.ejs | 4 ++-- resources/static/shared/wait-messages.js | 2 +- resources/views/verify_email_address.ejs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/static/dialog/views/required_email.ejs b/resources/static/dialog/views/required_email.ejs index 28084c226..2f8cf5472 100644 --- a/resources/static/dialog/views/required_email.ejs +++ b/resources/static/dialog/views/required_email.ejs @@ -22,7 +22,7 @@ <% if (verify && primary) { %> <li> - <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %> + <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %> <p> <strong></strong>. </p> diff --git a/resources/static/dialog/views/verify_primary_user.ejs b/resources/static/dialog/views/verify_primary_user.ejs index d1cbf5ba0..105cb872e 100644 --- a/resources/static/dialog/views/verify_primary_user.ejs +++ b/resources/static/dialog/views/verify_primary_user.ejs @@ -16,7 +16,7 @@ </li> <li> - <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %> + <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %> <p> <strong><%= auth_url %></strong>. @@ -33,7 +33,7 @@ <strong><%= gettext("Verify With Email Provider") %></strong> <div class="cf form_section"> - <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %> + <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %> <p> <strong><%= auth_url %></strong>. diff --git a/resources/static/shared/wait-messages.js b/resources/static/shared/wait-messages.js index 20b11a4b5..00a64aa65 100644 --- a/resources/static/shared/wait-messages.js +++ b/resources/static/shared/wait-messages.js @@ -17,7 +17,7 @@ BrowserID.Wait = (function(){ slowXHR: { title: gettext("We are sorry, this request is taking a LOOONG time."), - message: gettext("This message will go away when the request completes (hopefully soon). If you wait too long, close this window and try again."), + message: gettext("This message will go away when the request completes (hopefully soon). If you wait too long, close this window and try again."), id: "slowXHR" } diff --git a/resources/views/verify_email_address.ejs b/resources/views/verify_email_address.ejs index e8ead6f6f..4df7506ed 100644 --- a/resources/views/verify_email_address.ejs +++ b/resources/views/verify_email_address.ejs @@ -5,7 +5,7 @@ <div id="vAlign" class="display_always"> <div id="signUpFormWrap"> <ul class="notifications"> - <li class="notification error" id="cannotconfirm"><%= gettext('There was a problem with your signup link. Has this address already been registered?') %></li> + <li class="notification error" id="cannotconfirm"><%= gettext('There was a problem with your signup link. Has this address already been registered?') %></li> <li class="notification error" id="cannotcommunicate"><%= gettext('Error comunicating with server.') %></li> <li class="notification error" id="cannotcomplete"><%= gettext('Error encountered trying to complete registration.') %></li> </ul> -- GitLab