Correct label for 'Scan This Directory'

This commit is contained in:
twinaphex 2015-07-04 02:12:09 +02:00
parent 26b55ed2d2
commit 77d310a45d

View File

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