Commit 9615373d26fa8eed0ad163c9c36690d4182fa567
1 parent
4719423b
KTS-1753
" Implement Disk Usage Plugin" Updated. Removed term disk from Disk Mount. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7518 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/housekeeper/templates/DiskUsage.smarty
| 1 | 1 | <table border=0 cellspacing="0" cellpadding="0" width="100%"> |
| 2 | 2 | <tr> |
| 3 | - <td width="250"><B>{i18n}Disk Mount{/i18n}</td> | |
| 3 | + <td width="250"><B>{i18n}Mount{/i18n}</td> | |
| 4 | 4 | <td align="center"><B>{i18n}Size{/i18n}</td> |
| 5 | 5 | <td align="center"><B>{i18n}Used{/i18n}</td> |
| 6 | 6 | <td align="center"><B>{i18n}Available{/i18n}</td> | ... | ... |