diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-22 12:03:21 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-22 12:03:21 +0200 |
commit | abf8fabf4df677a1fbf58e4955d1cc08eace48d2 (patch) | |
tree | 6cf3518225d2f029fd47015281d7c2ae0e11ab82 /modules | |
parent | fa159902ad0c05634c18b4e46830e6df7ecb0b5d (diff) |
FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2
Diffstat (limited to 'modules')
-rw-r--r-- | modules/computer.c | 4 | ||||
-rw-r--r-- | modules/devices/dmi_memory.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/computer.c b/modules/computer.c index 98580ad5..9b8c7a9c 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -631,8 +631,8 @@ gchar *callback_security(void) info_set_view_type(info, SHELL_VIEW_DETAIL); - info_add_group(info, _("HardInfo"), - info_field(_("HardInfo running as"), + info_add_group(info, _("HardInfo2"), + info_field(_("HardInfo2 running as"), (getuid() == 0) ? _("Superuser") : _("User")), info_field_last()); diff --git a/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c index 9e7ed4b3..2ee4cd7b 100644 --- a/modules/devices/dmi_memory.c +++ b/modules/devices/dmi_memory.c @@ -1005,7 +1005,7 @@ static gchar note_state[note_max_len] = ""; gboolean memory_devices_hinote(const char **msg) { gchar *want_dmi = _(" <b><i>dmidecode</i></b> utility available"); - gchar *want_root = _(" ... <i>and</i> HardInfo running with superuser privileges"); + gchar *want_root = _(" ... <i>and</i> HardInfo2 running with superuser privileges"); gchar *want_at24 = _(" <b><i>at24</i></b> (or eeprom) module loaded (for SDR, DDR, DDR2, DDR3)"); gchar *want_ee1004 = _(" ... <i>or</i> <b><i>ee1004</i></b> module loaded <b>and configured!</b> (for DDR4)"); |