From 16d12f24e196347da9c39eb7e603572e4bfcfd14 Mon Sep 17 00:00:00 2001
From: Steven Langenaken <steven.langenaken@cegesoma.be>
Date: Thu, 20 Jun 2013 15:20:21 +0200
Subject: [PATCH 1/1] Issue #1744200 Make text translatable

---
 htmlmail--simplenews.tpl.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htmlmail--simplenews.tpl.php b/htmlmail--simplenews.tpl.php
index 039d14e..d16efc4 100644
--- a/htmlmail--simplenews.tpl.php
+++ b/htmlmail--simplenews.tpl.php
@@ -62,7 +62,7 @@
 <?php if ($key == 'node' || $key == 'test'): ?>
 <div class="htmlmail-simplenews-link">
   <a href="<?php echo url('node/' . $params['simplenews_source']->getNode()->nid, array('absolute' => TRUE)); ?>">
-    Click here to view this message on the web.
+    <?php echo t('Click here to view this message on the web.'); ?>
   </a>
 </div>
 <?php endif; ?>
-- 
1.7.9.5

