mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-12 22:36:02 -04:00
adds an overseen text message; see #832
This commit is contained in:
parent
ab1b708797
commit
15cc82145b
@ -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);
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user