mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Added missing translations
This commit is contained in:
parent
46fd48f590
commit
c287450d72
@ -66,10 +66,10 @@ public class UncertifiedBoardWarning extends javax.swing.JDialog {
|
||||
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>");
|
||||
jLabel1.setVerticalAlignment(javax.swing.SwingConstants.TOP);
|
||||
|
||||
dontShowMeAgain.setText("Don't show me again");
|
||||
dontShowMeAgain.setText(_("Don't show me again"));
|
||||
dontShowMeAgain.setName("dontShowMeAgain"); // NOI18N
|
||||
|
||||
ok.setText("OK");
|
||||
ok.setText(_("OK"));
|
||||
ok.addActionListener(new java.awt.event.ActionListener() {
|
||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||
okActionPerformed(evt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user