From 0d6577ad0716dd58d1fbc91e0ee466d3396af47c Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Wed, 27 Sep 2023 08:52:57 -0400 Subject: [PATCH] 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. --- intl/msg_hash_us.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index f65fed640ac..8416cc61521 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -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,