Patch #25240 » 0003-change-MD5-table-header-to-Checksum.patch
app/views/files/index.html.erb | ||
---|---|---|
12 | 12 |
<%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc') %> |
13 | 13 |
<%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc') %> |
14 | 14 |
<%= sort_header_tag('downloads', :caption => l(:label_downloads_abbr), :default_order => 'desc') %> |
15 |
<th>MD5</th>
|
|
15 |
<th><%= l(:label_checksum) %></th>
|
|
16 | 16 |
<th></th> |
17 | 17 |
</tr></thead> |
18 | 18 |
<tbody> |
config/locales/en.yml | ||
---|---|---|
1014 | 1014 |
label_font_default: Default font |
1015 | 1015 |
label_font_monospace: Monospaced font |
1016 | 1016 |
label_font_proportional: Proportional font |
1017 |
label_checksum: Checksum |
|
1017 | 1018 | |
1018 | 1019 |
button_login: Login |
1019 | 1020 |
button_submit: Submit |