Skip to content

Commit

Permalink
modified word
Browse files Browse the repository at this point in the history
  • Loading branch information
alexantr committed Jul 26, 2013
1 parent 3b6a82c commit abf8686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
<th style="width: 3%"></th>
<th style="width: 60%"><?php _e('Name'); ?></th>
<th style="width: 11%"><?php _e('Size'); ?></th>
<th style="width: 14%"><?php _e('Changed'); ?></th>
<th style="width: 14%"><?php _e('Modified'); ?></th>
<th style="width: 12%"></th>
</tr>
<?php
Expand Down Expand Up @@ -2025,7 +2025,7 @@ function get_strings($lang)
'Charset:' => 'Кодировка:',
'Name' => 'Имя',
'Size' => 'Размер',
'Changed' => 'Изменен',
'Modified' => 'Изменен',
'Folder' => 'Папка',
'Delete' => 'Удалить',
'Delete folder?' => 'Удалить папку?',
Expand Down

0 comments on commit abf8686

Please sign in to comment.