From dd1dc6562d920733bcfe75ce067e87cfcfbc1467 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Wed, 25 Nov 2015 11:24:05 +0000 Subject: [PATCH] Fix untranslated strings --- templates/CRM/Contact/Form/Merge.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/Merge.tpl b/templates/CRM/Contact/Form/Merge.tpl index 1464ca6172..d703ce8e67 100644 --- a/templates/CRM/Contact/Form/Merge.tpl +++ b/templates/CRM/Contact/Form/Merge.tpl @@ -194,12 +194,12 @@ You will need to manually delete that user (click on the link to open the %1 use {if $paramName eq 'move_rel_table_users'} {ts}Move related...{/ts}{if $otherUfId}{$otherUfName}=={$form.$paramName.html|crmAddClass:"select-row"}==>{else}{/if}{if $mainUfId}{$mainUfName}{/if} - (migrate) + ({ts}migrate{/ts}) {else} {ts}Move related...{/ts}{$params.title}=={$form.$paramName.html|crmAddClass:"select-row"}==>{$params.title}{if $form.operation.$paramName.add.html} {$form.operation.$paramName.add.html}{/if} - (migrate) + ({ts}migrate{/ts}) {/if} {/foreach} -- 2.25.1