diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-02 04:33:11 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-02 04:33:11 +0000 |
commit | c116150111abb7d49c0e7738c464026e13eea853 (patch) | |
tree | ed4609ae0be56ae23f8e9a2e35d8ee1db64cb4fe /demos | |
parent | ae2fa8cf166398fb8de616511b332e333753b373 (diff) | |
download | jquery-ui-c116150111abb7d49c0e7738c464026e13eea853.tar.gz jquery-ui-c116150111abb7d49c0e7738c464026e13eea853.zip |
spelling of localization (yes, I see the irony)
Diffstat (limited to 'demos')
-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 --> |