diff options
author | plegall <plg@piwigo.org> | 2010-03-23 23:06:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 23:06:36 +0000 |
commit | cdf89f21af72068c30f6bce64437545cb8e75a5b (patch) | |
tree | 93b513b31a9024b90f118025646bdaa57b36106f /admin/themes | |
parent | 5c4c58ee5f4470299f01971a64c142166489a935 (diff) |
bug fixed: typo on case for "Upload Photos" page title.
git-svn-id: http://piwigo.org/svn/trunk@5299 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/photos_add_direct.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 970bdf96c..060d6e2dd 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -72,7 +72,7 @@ jQuery(document).ready(function() { {/if} <div class="titrePage"> - <h2>{'Upload photos'|@translate}</h2> + <h2>{'Upload Photos'|@translate}</h2> </div> <div id="photosAddContent"> |