aboutsummaryrefslogtreecommitdiff
path: root/modules/computer.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2019-06-28 21:11:30 -0700
committerLeandro Pereira <leandro@hardinfo.org>2019-06-28 21:12:09 -0700
commit46954ed789c04ee4ff8c92892f1bfc6883696628 (patch)
treeeccfbedc84d65189694ba567b1db442cc5539d9c /modules/computer.c
parent7f7040ae6a7f3f4b2601d925d97c4aed5d1d2793 (diff)
Use Processor/Memory to be more consistent with items in Devices
Diffstat (limited to 'modules/computer.c')
-rw-r--r--modules/computer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c
index e0894792..b3c01ce0 100644
--- a/modules/computer.c
+++ b/modules/computer.c
@@ -895,7 +895,7 @@ gchar *hi_module_get_summary(void)
"Icon=audio.png\n"
"Method=computer::getAudioCards\n",
_("Operating System"),
- _("CPU"), _("RAM"), (char*)idle_free(machine_type), _("Graphics"),
+ _("Processor"), _("Memory"), (char*)idle_free(machine_type), _("Graphics"),
_("Storage"), _("Printers"), _("Audio")
);
}