diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-05-08 14:10:27 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-05-08 14:10:27 +0000 |
commit | 9b54b06c91f1f934e350080c9db7f758f807ce6b (patch) | |
tree | 7d19a44bb0c99a7cf19d7e01228815b37c6c3f21 /admin/themes/default/template/cat_modify.tpl | |
parent | 7408b89f7898f8998429a5997517ef0d69813c4c (diff) |
[trunk] - cat modify forgotten 'Refresh';
git-svn-id: http://piwigo.org/svn/trunk@14851 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 47272ec3e..2047de0cf 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -18,7 +18,7 @@ {/if} {if $representant.ALLOW_SET_RANDOM } - <p style="text-align:center;"><input class="submit" type="submit" name="set_random_representant" value="Refresh" title="{'Find a new representant by random'|@translate}"></p> + <p style="text-align:center;"><input class="submit" type="submit" name="set_random_representant" value="{'Refresh'|@translate}" title="{'Find a new representant by random'|@translate}"></p> {/if} {if isset($representant.ALLOW_DELETE) } |