File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -816,9 +816,9 @@ static int createMenus()
816816
817817 sockSendStr (sockfd, " menu_add_item setup language menu {Set Language}\n " );
818818 sockSendStr (sockfd, " menu_add_item language english action {English}\n " );
819- sockSendStr (sockfd, " menu_add_item language spanish action {Espanol }\n " );
820- sockSendStr (sockfd, " menu_add_item language french action {Francais }\n " );
821- sockSendStr (sockfd, " menu_add_item language german action {Deutch }\n " );
819+ sockSendStr (sockfd, " menu_add_item language spanish action {Español }\n " );
820+ sockSendStr (sockfd, " menu_add_item language french action {Français }\n " );
821+ sockSendStr (sockfd, " menu_add_item language german action {Deutsch }\n " );
822822 sockSendStr (sockfd, " menu_add_item language italian action {Italiano}\n " );
823823
824824 sockSendStr (sockfd, " menu_add_item {} utility menu {Utilities}\n " );
You can’t perform that action at this time.
0 commit comments