diff --git a/LogarithmPlotter/i18n/lp_de.ts b/LogarithmPlotter/i18n/lp_de.ts
index cf2597e..0dbfa98 100644
--- a/LogarithmPlotter/i18n/lp_de.ts
+++ b/LogarithmPlotter/i18n/lp_de.ts
@@ -1825,7 +1825,7 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
- integral(<von: Zahl>, <bis: Zahl>, <f: ExecutableObject>)
+ integral(<von: Zahl>, <bis: Zahl>, <f: ExecutableObject>)
@@ -1854,7 +1854,7 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
- derivative(<f: ExecutableObject>, <x: Zahl>)
+ derivative(<f: Funktionsähnliches Objekt>, <x: Zahl>)
diff --git a/LogarithmPlotter/i18n/lp_en.ts b/LogarithmPlotter/i18n/lp_en.ts
index c7fd439..92baeb1 100644
--- a/LogarithmPlotter/i18n/lp_en.ts
+++ b/LogarithmPlotter/i18n/lp_en.ts
@@ -1825,7 +1825,7 @@ Please make sure your LaTeX installation is correct and report a bug if so.
- integral(<from: number>, <to: number>, <f: ExecutableObject>)
+ integral(<from: number>, <to: number>, <f: Function-like object>)
@@ -1854,7 +1854,7 @@ Please make sure your LaTeX installation is correct and report a bug if so.
- derivative(<f: ExecutableObject>, <x: number>)
+ derivative(<f: Function-like object>, <x: number>)
diff --git a/LogarithmPlotter/i18n/lp_es.ts b/LogarithmPlotter/i18n/lp_es.ts
index 04db0ae..96cb5de 100644
--- a/LogarithmPlotter/i18n/lp_es.ts
+++ b/LogarithmPlotter/i18n/lp_es.ts
@@ -1825,7 +1825,7 @@ Por favor, asegúrese de que su instalación de LaTeX es correcta e informe de u
- integral(<desde: número>, <hasta: número>, <f: objeto ejecutable>)
+ integral(<desde: número>, <hasta: número>, <f: objeto ejecutable>)
@@ -1849,12 +1849,12 @@ Por favor, asegúrese de que su instalación de LaTeX es correcta e informe de u
- integral(<from: number>, <to: number>, <f: string>, <variable: string>)
+
- derivada(<f: ExecutableObject>, <x: number>)
+ derivada(<f: ExecutableObject>, <x: number>)
diff --git a/LogarithmPlotter/i18n/lp_fr.ts b/LogarithmPlotter/i18n/lp_fr.ts
index 4b07050..eeaa500 100644
--- a/LogarithmPlotter/i18n/lp_fr.ts
+++ b/LogarithmPlotter/i18n/lp_fr.ts
@@ -1828,7 +1828,7 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
- integral(<de : nombre>, <à : nombre>, <f : Objet exécutable>)
+ integral(<de : nombre>, <à : nombre>, <f : Objet fonction>)
@@ -1857,7 +1857,7 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
- derivative(<f : Objet exécutable>, <x : nombre>)
+ derivative(<f : Objet fonction>, <x : nombre>)
diff --git a/LogarithmPlotter/i18n/lp_hu.ts b/LogarithmPlotter/i18n/lp_hu.ts
index 2536de6..8618a0b 100644
--- a/LogarithmPlotter/i18n/lp_hu.ts
+++ b/LogarithmPlotter/i18n/lp_hu.ts
@@ -1821,7 +1821,7 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
- integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: végrehajtható objektum>)
+ integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: végrehajtható objektum>)
@@ -1845,12 +1845,12 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
- integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: karakterlánc>, <változó: karakterlánc>)
+ integral(<alsó korlát: szám>, <felső korlát: szám>, <függvény: karakterlánc>, <változó: karakterlánc>)
- derivált(<függvény: VégrehajthatóObjektum>, <x: szám>)
+ derivative(<függvény: VégrehajthatóObjektum>, <x: szám>)