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:
Rob Loach 2023-09-27 08:52:57 -04:00 committed by GitHub
parent 05ce35b103
commit 0d6577ad07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,