adds an overseen text message; see #832

This commit is contained in:
hneemann 2021-10-03 09:07:34 +02:00
parent ab1b708797
commit 15cc82145b
3 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class DataEditor extends JDialog {
@Override
public void actionPerformed(ActionEvent e) {
JFileChooser fc = new MyFileChooser();
JCheckBox bigEndian = new JCheckBox("BigEndian");
JCheckBox bigEndian = new JCheckBox(Lang.get("msg_bigEndian"));
if (dataBits > 8) {
bigEndian.setToolTipText(Lang.get("key_bigEndian_tt"));
fc.setAccessory(bigEndian);

View File

@ -1698,6 +1698,7 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
Verilog/VHDL ausgelassen. Die Verweise auf die Schaltung werden beibehalten, sodass eine eigene
Implementierung verwendet werden kann.</string>
<string name="msg_bigEndian">Big-Endian</string>
<string name="key_bigEndian">Beim Import BigEndian verwenden.</string>
<string name="key_bigEndian_tt">Beim Import BigEndian Bytereihenfolge verwenden.</string>

View File

@ -1680,6 +1680,7 @@
export. The references to the circuit are kept, making it possible to override the
implementation.</string>
<string name="msg_bigEndian">Big-Endian</string>
<string name="key_bigEndian">Use big endian at import.</string>
<string name="key_bigEndian_tt">Use big endian byte order at import.</string>