From d2188f66702a0dbb66ad577b3ab8b15cc5d82a1f Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Thu, 12 Apr 2012 19:02:36 +0100 Subject: [PATCH] Place the entire "If you're at a public computer such as a library or internet cafe, we'll ask you..." on a single line. This should fix the l10n extraction tools cutting the string off. issue #1425 --- resources/static/dialog/views/is_this_your_computer.ejs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/static/dialog/views/is_this_your_computer.ejs b/resources/static/dialog/views/is_this_your_computer.ejs index 2ab5bd178..d592e7714 100644 --- a/resources/static/dialog/views/is_this_your_computer.ejs +++ b/resources/static/dialog/views/is_this_your_computer.ejs @@ -12,8 +12,7 @@ <p> <button class="this_is_not_my_computer negative" tabindex="3"><%= gettext('no') %></button> - <%= gettext('If you\'re at a public computer such as a library or internet cafe, we\'ll ask you ' + - 'for your password again in an hour.') %> + <%= gettext('If you\'re at a public computer such as a library or internet cafe, we\'ll ask you for your password again in an hour.') %> </p> </div> -- GitLab