Simplify "Remove" messageS
This commit is contained in:
parent
39fd6560f6
commit
d3933f04c6
|
@ -1702,7 +1702,7 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
|||
case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT:
|
||||
return "Cattura Screenshot";
|
||||
case MENU_ENUM_LABEL_VALUE_DELETE_ENTRY:
|
||||
return "Rimuovi dalla Playlist";
|
||||
return "Rimuovi";
|
||||
case MENU_ENUM_LABEL_VALUE_RESUME:
|
||||
return "Riprendi";
|
||||
case MENU_ENUM_LABEL_VALUE_DISK_INDEX:
|
||||
|
|
|
@ -504,7 +504,9 @@ const char *msg_hash_to_str_nl(enum msg_hash_enums msg)
|
|||
case MENU_ENUM_LABEL_VALUE_CORE_COUNTERS:
|
||||
return "Core Prestatie Tellers";
|
||||
case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT:
|
||||
return "Maak Screenshot";
|
||||
return "Schermafdruk";
|
||||
case MENU_ENUM_LABEL_VALUE_DELETE_ENTRY:
|
||||
return "Verwijderen";
|
||||
case MENU_ENUM_LABEL_VALUE_RESUME:
|
||||
return "Hervatten";
|
||||
case MENU_ENUM_LABEL_VALUE_DISK_INDEX:
|
||||
|
|
|
@ -4102,7 +4102,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
|
|||
case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT:
|
||||
return "Take Screenshot";
|
||||
case MENU_ENUM_LABEL_VALUE_DELETE_ENTRY:
|
||||
return "Remove from Playlist";
|
||||
return "Remove";
|
||||
case MENU_ENUM_LABEL_VALUE_RESUME:
|
||||
return "Resume";
|
||||
case MENU_ENUM_LABEL_VALUE_DISK_INDEX:
|
||||
|
|
Loading…
Reference in New Issue