Fix localization constant at locale edit page

This commit is contained in:
Dmitriy Simushev 2015-05-28 14:42:10 +00:00
parent fc789e6ef9
commit 0ff5c7c28a

View File

@ -32,7 +32,7 @@
<div class="field-value">
<input id="time-locale" type="text" name="timelocale" size="40" value="{{formtimelocale}}" class="field-input" />
</div>
<label for="time-locale" class="field-description"> &mdash; {{l10n "This value will be passed to PHP's setlocale function to localize words in date/time string"}}</label>
<label for="time-locale" class="field-description"> &mdash; {{l10n "This value will be passed to PHP's setlocale function to localize words in date/time string."}}</label>
<br clear="all"/>
</div>