mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Dehardcode more strings
This commit is contained in:
parent
d9651023c4
commit
10157c302b
@ -92,7 +92,8 @@ static int action_get_title_video_filter(const char *path, const char *label,
|
||||
static int action_get_title_cheat_directory(const char *path, const char *label,
|
||||
unsigned menu_type, char *s, size_t len)
|
||||
{
|
||||
return fill_title(s, "Cheat Dir", path, len);
|
||||
return fill_title(s,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CHEAT_DATABASE_PATH), path, len);
|
||||
}
|
||||
|
||||
static int action_get_title_core_directory(const char *path, const char *label,
|
||||
@ -705,7 +706,8 @@ static int action_get_title_extraction_directory(const char *path, const char *l
|
||||
static int action_get_title_menu(const char *path, const char *label,
|
||||
unsigned menu_type, char *s, size_t len)
|
||||
{
|
||||
return fill_title(s, "Menu", path, len);
|
||||
return fill_title(s,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_MENU_SETTINGS), path, len);
|
||||
}
|
||||
|
||||
static int action_get_title_input_settings(const char *path, const char *label,
|
||||
|
Loading…
x
Reference in New Issue
Block a user