mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
small fixes
This commit is contained in:
parent
ce474040af
commit
a6f8355c6f
@ -5293,6 +5293,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED,
|
||||
"Last Played:"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_ENTRY_IDX,
|
||||
"Show Playlist Entry Index"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_ENTRY_IDX,
|
||||
"Show entry numbers when viewing playlists. Display format is dependent upon the currently selected menu driver."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_RUNTIME_TYPE,
|
||||
"Playlist Sub-Label Runtime"
|
||||
@ -6143,6 +6151,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_PATH,
|
||||
"File Path"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_ENTRY_IDX,
|
||||
"Entry: %lu/%lu"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CORE_NAME,
|
||||
"Core"
|
||||
|
Loading…
x
Reference in New Issue
Block a user