Fixed share instructions wording in template

This also removed all the existing translations from Transifex
because the string changed.
This commit is contained in:
Ingo Schommer 2013-08-09 14:45:26 +02:00
parent 9a387f91ec
commit d18bb858e3
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ en:
ParameterLiveCheckbox: 'Check live site'
REPEMPTY: 'The {title} report is empty.'
SilverStripeNavigatorLink:
ShareInstructions: 'To share a this to this page, copy and paste the link below.'
ShareInstructions: 'To share this page, copy and paste the link below.'
ShareLink: 'Share link'
SilverStripeNavigatorLinkl:
CloseLink: Close

View File

@ -5,6 +5,6 @@
<div id="SilverStripeNavigatorLinkPopup">
<a class="close"><% _t('SilverStripeNavigatorLinkl.CloseLink','Close') %></a>
<p>
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share a this to this page, copy and paste the link below.') %></p>
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share this page, copy and paste the link below.') %></p>
<input value="$Link" />
</div>