Home
last modified time | relevance | path

Searched refs:PROMPT_BROWSE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/
H A DI18n.java51 public static String PROMPT_BROWSE; field in I18n
70 PROMPT_BROWSE = tr("Browse"); in init()
/dports/devel/arduino-core/Arduino-b439a77/app/src/cc/arduino/view/preferences/
H A DPreferences.java178 browseButton.setText(I18n.PROMPT_BROWSE); in initComponents()