diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2019-06-19 17:06:30 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-19 07:15:51 -0700 |
commit | dd8f4ab6c914321e901d0615084cbc7341dad654 (patch) | |
tree | bd1923e7c9298f5dcfa75b25303a5fa7d5d7da57 /modules/devices | |
parent | 62cccb86cc10abd4f27fe6009c0e14df5aa0fd62 (diff) |
Fix typo
Diffstat (limited to 'modules/devices')
-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 cb2cc590..40910699 100644 --- a/modules/devices/storage.c +++ b/modules/devices/storage.c @@ -89,7 +89,7 @@ gboolean __scan_udisks2_devices(void) { features = h_strdup_cprintf(", %s", features, _("Smart monitoring")); } if (disk->pm_supported) { - features = h_strdup_cprintf(", %s", features, _("Power Managment")); + features = h_strdup_cprintf(", %s", features, _("Power Management")); } if (disk->apm_supported) { features = h_strdup_cprintf(", %s", features, _("Advanced Power Management")); |