diff options
Diffstat (limited to 'demos/datepicker')
-rw-r--r-- | demos/datepicker/index.html | 2 | ||||
-rw-r--r-- | demos/datepicker/localization.html (renamed from demos/datepicker/localisation.html) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index 28cf654e4..cdb8d467e 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -18,7 +18,7 @@ <li><a href="date_formats.html">Date formats</a></li> <li><a href="min_max.html">Minimum and maximum</a></li> <li><a href="alt_field.html">Alternate field</a></li> - <li><a href="localisation.html">Localisation</a></li> + <li><a href="localization.html">Localization</a></li> </ul> </div> diff --git a/demos/datepicker/localisation.html b/demos/datepicker/localization.html index a9bf33787..eb7721db5 100644 --- a/demos/datepicker/localisation.html +++ b/demos/datepicker/localization.html @@ -104,7 +104,7 @@ <div class="demo-description"> -<p>The datepicker may be localised for other languages and date preferences. +<p>The datepicker may be localized for other languages and date preferences. There is built-in support for languages that read right-to-left, such as Arabic and Hebrew.</p> </div><!-- End demo-description --> |