diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2019-06-26 16:22:58 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-26 17:50:00 -0700 |
commit | c3e2bfafcc2dfea3741fe88175b0794e526f005e (patch) | |
tree | e0ad6152b2194460b3753bdaba3f5ec6052c1ab6 | |
parent | ac2930a9a64789ee575aef96a0590a4cbb0ac161 (diff) |
Update S.M.A.R.T.
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
-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 0cbeed28..c915e6ef 100644 --- a/modules/devices/storage.c +++ b/modules/devices/storage.c @@ -86,7 +86,7 @@ gboolean __scan_udisks2_devices(void) { features = h_strdup_cprintf(", %s", features, _("Ejectable")); } if (disk->smart_supported) { - features = h_strdup_cprintf(", %s", features, _("S.M.A.R.T. monitoring")); + features = h_strdup_cprintf(", %s", features, _("Self-monitoring (S.M.A.R.T.)")); } if (disk->pm_supported) { features = h_strdup_cprintf(", %s", features, _("Power Management")); |