mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix localization constant at locale edit page
This commit is contained in:
parent
fc789e6ef9
commit
0ff5c7c28a
@ -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"> — {{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"> — {{l10n "This value will be passed to PHP's setlocale function to localize words in date/time string."}}</label>
|
||||
<br clear="all"/>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user