Skip to content

Commit c287450

Browse files
author
Federico Fissore
committed
Added missing translations
1 parent 46fd48f commit c287450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/cc/arduino/view/UncertifiedBoardWarning.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ private void initComponents() {
6666
jLabel1.setText("<html><body>" + _("This board comes from an uncertified manufacturer.") + "<br>" + _("We won't be able to provide any support if it doesn't work as expected.") + "</body></html>");
6767
jLabel1.setVerticalAlignment(javax.swing.SwingConstants.TOP);
6868

69-
dontShowMeAgain.setText("Don't show me again");
69+
dontShowMeAgain.setText(_("Don't show me again"));
7070
dontShowMeAgain.setName("dontShowMeAgain"); // NOI18N
7171

72-
ok.setText("OK");
72+
ok.setText(_("OK"));
7373
ok.addActionListener(new java.awt.event.ActionListener() {
7474
public void actionPerformed(java.awt.event.ActionEvent evt) {
7575
okActionPerformed(evt);

0 commit comments

Comments
 (0)