From 55994f5ffc2e228d7e99130befa988fcd3c76906 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Thu, 2 Feb 2012 12:44:02 +0000 Subject: [PATCH] Removing gettext from the two test templates. close #1031 --- resources/static/dialog/views/test_template_no_input.ejs | 2 -- resources/static/dialog/views/test_template_with_input.ejs | 2 -- 2 files changed, 4 deletions(-) diff --git a/resources/static/dialog/views/test_template_no_input.ejs b/resources/static/dialog/views/test_template_no_input.ejs index 825dc5a89..1fc8e84c4 100644 --- a/resources/static/dialog/views/test_template_no_input.ejs +++ b/resources/static/dialog/views/test_template_no_input.ejs @@ -3,7 +3,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> -<%= gettext("translated text") %> - <button id="focusButton">Button!</button> diff --git a/resources/static/dialog/views/test_template_with_input.ejs b/resources/static/dialog/views/test_template_with_input.ejs index 60e33f244..86d4ffa2a 100644 --- a/resources/static/dialog/views/test_template_with_input.ejs +++ b/resources/static/dialog/views/test_template_with_input.ejs @@ -4,5 +4,3 @@ <input id="templateInput" type="text" value="" /> -<%= gettext("translated text") %> - -- GitLab