Simplify "Remove" messageS

This commit is contained in:
twinaphex 2016-10-04 10:54:16 +02:00
parent 39fd6560f6
commit d3933f04c6
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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