Browse Source

proper keyword for i18n support

Serghey Rodin 12 years ago
parent
commit
1ac8cc2ca1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/templates/admin/list_backup.html

+ 1 - 1
web/templates/admin/list_backup.html

@@ -172,7 +172,7 @@
                     <td>
                         <?php
                             if ( $i == 1) {
-                                echo __('one archive');
+                                echo __('1 archive');
                             } else {
                                 echo __('%s archives',$i);
                             }