CRM-19528 Internationalise "Select Code" on contributions page widget tab
authorfrancescbassas <francesc@babu.cat>
Tue, 18 Oct 2016 08:44:28 +0000 (10:44 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2016 08:44:28 +0000 (10:44 +0200)
templates/CRM/Contribute/Form/ContributionPage/Widget.tpl

index 5483ad3fc2d0cbd10e51b109b1b4939dc553e48c..29e60671fae6b07a44fdb1095e4a471bccf4d9fe 100644 (file)
@@ -76,7 +76,7 @@
                     </div>
                     <textarea rows="8" cols="50" name="widget_code" id="widget_code">{include file="CRM/Contribute/Page/Widget.tpl" widgetId=$widget_id cpageId=$cpageId}</textarea>
                     <br />
-                    <strong><a href="#" onclick="Widget.widget_code.select(); return false;">&raquo; Select Code</a></strong>
+                    <strong><a href="#" onclick="Widget.widget_code.select(); return false;">&raquo; {ts}Select Code{/ts}</a></strong>
                 {else}
                     <div class="description">
                         {ts}The code for adding this widget to web pages will be displayed here after you click <strong>Save and Preview</strong>.{/ts}