diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2019-06-24 00:56:54 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-26 17:50:00 -0700 |
commit | ac2930a9a64789ee575aef96a0590a4cbb0ac161 (patch) | |
tree | dd53037913eb7a8a072b99c4900807de9ad76378 /modules/devices | |
parent | 568c53913663b8330c72faa5156b38951b29528c (diff) |
Change "smart" to "S.M.A.R.T."
Diffstat (limited to 'modules/devices')
-rw-r--r-- | modules/devices/storage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/devices/storage.c b/modules/devices/storage.c index 40910699..0cbeed28 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, _("Smart monitoring")); + features = h_strdup_cprintf(", %s", features, _("S.M.A.R.T. monitoring")); } if (disk->pm_supported) { features = h_strdup_cprintf(", %s", features, _("Power Management")); @@ -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(_("[Smart monitoring]\n" + moreinfo = h_strdup_cprintf(_("[S.M.A.R.T. monitoring]\n" "Status=%s\n" "Bad Sectors=%ld\n" "Power on time=%d days %d hours\n" |