mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Update Use Filename setting description (#15741)
The menu item for matching the thumbnails with filenames was just "Use Filename", which isn't that descriptive. This change tweaks it a bit so that the option is a bit more clear. So happy to have this feature in place.
This commit is contained in:
parent
05ce35b103
commit
0d6577ad07
@ -7410,11 +7410,11 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_PLAYLIST_USE_FILENAME,
|
||||
"Use Filename"
|
||||
"Use Filenames for Thumbnail Matching"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_PLAYLIST_USE_FILENAME,
|
||||
"Find thumbnails by rom filename instead of label."
|
||||
"When enabled, will find thumbnails by the entry's filename, rather than its label."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MANAGE,
|
||||
|
Loading…
Reference in New Issue
Block a user