From b7172073dc3c6342686e8806df9618b2a5ea38a4 Mon Sep 17 00:00:00 2001 From: eileen Date: Sun, 18 Aug 2013 20:12:40 +1200 Subject: [PATCH] CRM-13179 minor wording fixes --- templates/CRM/common/AutoComplete.js | 16 ---------------- templates/CRM/common/cidzero.tpl | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/templates/CRM/common/AutoComplete.js b/templates/CRM/common/AutoComplete.js index 1439b22e2d..c683c79593 100644 --- a/templates/CRM/common/AutoComplete.js +++ b/templates/CRM/common/AutoComplete.js @@ -1,21 +1,6 @@ -/** - * This is our closure - all of our code goes inside it - * - * This style of closure is provided by jquery and automatically - * waits for document.ready. It also provides us with a local - * alias of jQuery as $. - * - * ES5 specifies that the first line inside our closure - * should be 'use strict'; - */ -/*jslint indent: 2 */ -/*global CRM, cj, ts */ - cj(function ($) { 'use strict'; - // Variables declared here will be globally available within this closure - // Behind the scenes method deals with browser for setting cursor position $.caretTo = function (el, index) { if (el.createTextRange) { @@ -127,7 +112,6 @@ cj(function ($) { } }); - // append(ts("Click") + " " + ts('here') + ' ' + ts("to clear this and add a new contact")); } var autocompletes = CRM.form.autocompletes; diff --git a/templates/CRM/common/cidzero.tpl b/templates/CRM/common/cidzero.tpl index cda2fd9489..03ad9b44d7 100644 --- a/templates/CRM/common/cidzero.tpl +++ b/templates/CRM/common/cidzero.tpl @@ -1,10 +1,10 @@
{if !empty($nocid)} - {ts}You are entering this form on behalf of someone else. Please enter their details.{/ts} + {ts}You are completing this form on behalf of someone else. Please enter their details.{/ts} {/if} {if !empty($selectable)} {ts}

Click here - to select someone already in our database

{/ts} + to select someone already in our database.

{/ts}
-- 2.25.1