Skip to content

Commit

Permalink
Fix localization constant at locale edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBlackBird committed May 28, 2015
1 parent fc789e6 commit 0ff5c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 0ff5c7c

Please sign in to comment.