(msg_hash_us.h) Small touch up (#14246)

* Update msg_hash_us.h

* Update menu_displaylist.c

* Update msg_hash_us.h

* Update menu_displaylist.c
This commit is contained in:
GABO1423 2022-07-29 11:41:26 -04:00 committed by GitHub
parent 349ef1add2
commit 3d69321c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -602,9 +602,9 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES,
"CPU Features"
)
MSG_HASH( /* FIXME Colon should be handled in menu_display.c like the rest */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CPU_ARCHITECTURE,
"CPU Architecture:"
"CPU Architecture"
)
MSG_HASH( /* FIXME Colon should be handled in menu_display.c like the rest */
MENU_ENUM_LABEL_VALUE_CPU_CORES,

View File

@ -1696,7 +1696,7 @@ static unsigned menu_displaylist_parse_system_info(file_list_t *list)
cpu_arch_str, sizeof(cpu_arch_str));
strlcpy(cpu_str, cpu_text_str, sizeof(cpu_str));
strlcat(cpu_str, " ", sizeof(cpu_str));
strlcat(cpu_str, ": ", sizeof(cpu_str));
strlcat(cpu_str, cpu_arch_str, sizeof(cpu_str));
if (menu_entries_append_enum(list, cpu_str,