added a missing language key

This commit is contained in:
hneemann 2017-05-05 09:47:44 +02:00
parent cee5d2dc72
commit e52ea13573
3 changed files with 3 additions and 1 deletions

View File

@ -643,7 +643,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
circuitComponent.getCircuit().clearState();
JOptionPane.showMessageDialog(Main.this, Lang.get("msg_frequency_N", frequency));
} catch (Exception e1) {
new ErrorMessage("SpeedTestError").addCause(e1).show();
new ErrorMessage(Lang.get("msg_speedTestError")).addCause(e1).show();
}
}
}.setToolTip(Lang.get("menu_speedTest_tt"));

View File

@ -790,6 +790,7 @@ Die Icons stammen aus dem Tango Desktop Project.</string>
<string name="msg_isLocked">Die Bearbeitung der Schaltung ist gesperrt. Sie können die Sperrung unter
"{0}->{1}->{2}" aufheben.
Das kopieren von Elementen und die Konfiguration von Dioden und FG-FETs mit der Taste [P] ist auch im gesperrten Zustand möglich.</string>
<string name="msg_speedTestError">Fehler bei der Ausführung des Geschwindigkeitstests!</string>
<string name="ok">Ok</string>
<string name="rot_0"></string>

View File

@ -779,6 +779,7 @@ The icons are taken from the Tango Desktop Project.</string>
<string name="msg_isLocked">The editing of the circuit is disabled. You can remove the lock at
"{0} -> {1} -> {2}".
However, copying of components and the configuration of diodes and FG-FETs with the [P] key is also possible in the locked mode.</string>
<string name="msg_speedTestError">Error during speed test!</string>
<string name="ok">Ok</string>
<string name="rot_0"></string>