diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-12-01 21:02:52 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-12-01 21:02:52 +0000 |
commit | d1c4204a42fb5496acbac6729aa652b06dc7026e (patch) | |
tree | 05c6bfada5a7b13011af31eb698c02a80ba2118b /admin/themes/default/template/configuration.tpl | |
parent | 76780eb57839fdb2ae6a4210d094568fa960ba04 (diff) |
language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/configuration.tpl')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 205d5ffb0..f426eaca9 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -305,7 +305,7 @@ jQuery(document).ready(function () { <li> <label> - <span class="property">{'download this file'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span> + <span class="property">{'Download this file'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span> <input type="checkbox" name="picture_download_icon" {if ($display.picture_download_icon)}checked="checked"{/if}> </label> </li> |