mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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)
|
switch (hash)
|
||||||
{
|
{
|
||||||
case MENU_LABEL_VALUE_SCAN_THIS_DIRECTORY:
|
case MENU_LABEL_VALUE_SCAN_THIS_DIRECTORY:
|
||||||
return "Scan This Directory";
|
return "<Scan This Directory>";
|
||||||
case MENU_LABEL_VALUE_SCAN_FILE:
|
case MENU_LABEL_VALUE_SCAN_FILE:
|
||||||
return "Scan File";
|
return "Scan File";
|
||||||
case MENU_LABEL_VALUE_SCAN_DIRECTORY:
|
case MENU_LABEL_VALUE_SCAN_DIRECTORY:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user