1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

Fix some spelling errors.

This commit is contained in:
sergiobenrocha2 2016-07-20 23:32:26 -03:00
parent 7ba35a9929
commit c502fc5d03
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ const char *msg_hash_to_str_pl(enum msg_hash_enums msg)
case MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE:
return "Pasek menu";
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
return "Archive File Assocation Action";
return "Archive File Association Action";
case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE:
return "Komendy sieciowe";
case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT:

View File

@ -2947,7 +2947,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
case MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE:
return "Menubar";
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
return "Archive File Assocation Action";
return "Archive File Association Action";
case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE:
return "Network Commands";
case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT: