diff options
author | flop25 <flop25@piwigo.org> | 2014-08-24 20:44:42 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-08-24 20:44:42 +0000 |
commit | 9e0872fa6ffe20b246f9415783f7f67bae45eb89 (patch) | |
tree | c222fb79ee552f425d72e1c0587c1e34ccbfbf79 /admin | |
parent | c656cfa362ff8b9a7b696c8ee64d694d4c794bf1 (diff) |
feature:3049
change Clear to Cancel already translated
git-svn-id: http://piwigo.org/svn/trunk@29264 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/plugins_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index 97633a8cc..4d55f9735 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -57,7 +57,7 @@ jQuery(document).ready(function(){ <div class="titrePage"> <span class="sort"> {'Filter'|@translate} : <input type="text" id="filter"> -<input type="button" name="Clear" Value="{'Clear'|@translate}"> | +<input type="button" name="Clear" Value="{'Cancel'|@translate}"> | {'Sort order'|@translate} : {html_options name="selectOrder" options=$order_options selected=$order_selected} </span> |