mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Correct label for 'Scan This Directory'
This commit is contained in:
parent
26b55ed2d2
commit
77d310a45d
@ -605,7 +605,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
|
||||
switch (hash)
|
||||
{
|
||||
case MENU_LABEL_VALUE_SCAN_THIS_DIRECTORY:
|
||||
return "Scan This Directory";
|
||||
return "<Scan This Directory>";
|
||||
case MENU_LABEL_VALUE_SCAN_FILE:
|
||||
return "Scan File";
|
||||
case MENU_LABEL_VALUE_SCAN_DIRECTORY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user