aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/dmi_memory.c
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2019-06-23 23:50:10 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2019-06-25 07:46:15 -0700
commit076db2d1706c41b02417170ffee3b00dfdf1beb7 (patch)
tree6264e962e71c8f0cb7f50411e797646c932c670c /modules/devices/dmi_memory.c
parent67178ec3b57b74049efb1ea246d03feffbd411a8 (diff)
devices/dmi_memory.c: tweak
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/dmi_memory.c')
-rw-r--r--modules/devices/dmi_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c
index 213d3dfb..6f160437 100644
--- a/modules/devices/dmi_memory.c
+++ b/modules/devices/dmi_memory.c
@@ -229,7 +229,7 @@ gchar *dmi_mem_socket_info() {
_("Part Number"), UNKIFNULL2(s->partno),
_("Type"), UNKIFNULL2(s->type), UNKIFNULL2(s->type_detail),
_("Size"), UNKIFNULL2(s->size_str),
- _("Speed"), UNKIFNULL2(s->speed_str),
+ _("Rated Speed"), UNKIFNULL2(s->speed_str),
_("Configured Speed"), UNKIFNULL2(s->configured_clock_str),
_("Data Width/Total Width"), UNKIFNULL2(s->data_width), UNKIFNULL2(s->total_width),
_("Minimum Voltage"), UNKIFNULL2(s->voltage_min_str),