diff options
| author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2019-06-26 16:23:11 +0300 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-26 17:50:00 -0700 | 
| commit | 35def33e9fe340e29f66f23c01390d7700b65d5f (patch) | |
| tree | e74cda449c1ab2e787ce3ac9599cd18d875cde69 /modules | |
| parent | c3e2bfafcc2dfea3741fe88175b0794e526f005e (diff) | |
Update S.M.A.R.T.
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/devices/storage.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/devices/storage.c b/modules/devices/storage.c index c915e6ef..0a86ec24 100644 --- a/modules/devices/storage.c +++ b/modules/devices/storage.c @@ -139,7 +139,7 @@ gboolean __scan_udisks2_devices(void) {              moreinfo = h_strdup_cprintf(_("Connection bus=%s\n"), moreinfo, disk->connection_bus);          }          if (disk->smart_enabled) { -            moreinfo = h_strdup_cprintf(_("[S.M.A.R.T. monitoring]\n" +            moreinfo = h_strdup_cprintf(_("[Self-monitoring (S.M.A.R.T.)]\n"                                          "Status=%s\n"                                          "Bad Sectors=%ld\n"                                          "Power on time=%d days %d hours\n" | 
