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…
Reference in New Issue