diff --git a/src/main/resources/lang/lang_de.xml b/src/main/resources/lang/lang_de.xml
index 56fa4d409..a9d646a66 100644
--- a/src/main/resources/lang/lang_de.xml
+++ b/src/main/resources/lang/lang_de.xml
@@ -811,7 +811,8 @@ Sind evtl. die Namen der Variablen nicht eindeutig?
Die Tabelle hat zu viele Spalten!
Fehler beim Schreiben der ZIP-Datei.
Es ist nur ein Taktelement mit hoher Frequenz erlaubt.
- Die Schaltung enthält Zyklen und kann daher nicht analysiert werden.
+ Die Schaltung enthält Zyklen und kann daher nicht analysiert werden.
+ Zyklen entstehen, wenn ein Ausgang eines Gatters auf einen der Eingänge des selben Gatters zurück geführt wird.
Adress-Bits
Anzahl der Adress-Bits, die verwendet werden.
diff --git a/src/main/resources/lang/lang_en.xml b/src/main/resources/lang/lang_en.xml
index a174e61df..626ddc247 100644
--- a/src/main/resources/lang/lang_en.xml
+++ b/src/main/resources/lang/lang_en.xml
@@ -807,7 +807,8 @@ The names of the variables may not be unique.
The table has too many columns!
Error writing the zip file.
Only one clock component with high frequency is allowed.
- The circuit contains cycles. It's not possible to analyze such a circuit.
+ The circuit contains cycles. It's not possible to analyze such a circuit.
+ Cycles arise if an output of a gate is fed back to one of the inputs of the same gate.
Address Bits
Number of address bits used.