mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-30 05:24:00 +03:00
For internationalization, the word "Boards" must be wrapped directly in _(...) call. The call was done in makeOrGetBoardMenu(). However, the second call to makeOrGetBoardMenu() has the argument already wrapped by _(...).