aboutsummaryrefslogtreecommitdiffstats
path: root/template-extension
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-12-01 21:02:52 +0000
committerrvelices <rv-github@modusoptimus.com>2011-12-01 21:02:52 +0000
commitd1c4204a42fb5496acbac6729aa652b06dc7026e (patch)
tree05c6bfada5a7b13011af31eb698c02a80ba2118b /template-extension
parent76780eb57839fdb2ae6a4210d094568fa960ba04 (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 'template-extension')
-rw-r--r--template-extension/distributed/samples/my-picture.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template-extension/distributed/samples/my-picture.tpl b/template-extension/distributed/samples/my-picture.tpl
index 62fc12746..0bf9e0fa3 100644
--- a/template-extension/distributed/samples/my-picture.tpl
+++ b/template-extension/distributed/samples/my-picture.tpl
@@ -50,8 +50,8 @@
</a>
{/if}
{if isset($current.U_DOWNLOAD)}
- <a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
- <span class="pwg-icon pwg-icon-save">&nbsp;</span><span class="pwg-button-text">{'download'|@translate}</span>
+ <a href="{$current.U_DOWNLOAD}" title="{'Download this file'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
+ <span class="pwg-icon pwg-icon-save">&nbsp;</span><span class="pwg-button-text">{'Download'|@translate}</span>
</a>
{/if}
{if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}