mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Reformat rdb_entry_int (#14140)
This commit is contained in:
parent
50873f7c38
commit
7043873fba
@ -986,11 +986,11 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_MONTH,
|
||||
"Release date Month"
|
||||
"Release Date Month"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_YEAR,
|
||||
"Release date Year"
|
||||
"Release Date Year"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_BBFC_RATING,
|
||||
@ -11363,11 +11363,11 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_MONTH,
|
||||
"Database - Filter: Release date By Month"
|
||||
"Database - Filter: Release Date By Month"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_YEAR,
|
||||
"Database - Filter: Release date By Year"
|
||||
"Database - Filter: Release Date By Year"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_EDGE_MAGAZINE_ISSUE,
|
||||
|
@ -2364,7 +2364,7 @@ static int create_string_list_rdb_entry_int(
|
||||
string_list_join_concat(output_label, str_len, &str_list, "|");
|
||||
string_list_deinitialize(&str_list);
|
||||
|
||||
snprintf(tmp, sizeof(tmp), "%s : %d", desc, actual_int);
|
||||
snprintf(tmp, sizeof(tmp), "%s: %d", desc, actual_int);
|
||||
menu_entries_append_enum(list, tmp, output_label,
|
||||
enum_idx,
|
||||
0, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user