diff --git a/LogarithmPlotter/i18n/lp_en.ts b/LogarithmPlotter/i18n/lp_en.ts
index e3847cf..91b0e51 100644
--- a/LogarithmPlotter/i18n/lp_en.ts
+++ b/LogarithmPlotter/i18n/lp_en.ts
@@ -1629,7 +1629,7 @@ Please make sure your LaTeX installation is correct and report a bug if so.
-
+ Usage: %1
@@ -1637,27 +1637,28 @@ Please make sure your LaTeX installation is correct and report a bug if so.
-
+ Usage: %1 or
+%2
-
+ integral(<from: number>, <to: number>, <f: ExecutableObject>)
-
+ integral(<from: number>, <to: number>, <f: string>, <variable: string>)
-
+ derivative(<f: ExecutableObject>, <x: number>)
-
+ derivative(<f: string>, <variable: string>, <x: number>)
diff --git a/LogarithmPlotter/i18n/lp_fr.ts b/LogarithmPlotter/i18n/lp_fr.ts
index b666c0c..aeb408f 100644
--- a/LogarithmPlotter/i18n/lp_fr.ts
+++ b/LogarithmPlotter/i18n/lp_fr.ts
@@ -1638,7 +1638,7 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
-
+ Emploi : %1
@@ -1646,27 +1646,28 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
-
+ Emploi : %1 ou
+%2
-
+ integral(<de : nombre>, <à : nombre>, <f : Objet exécutable>)
-
+ integral(<de : nombre>, <à : nombre>, <f : fonction chaîne>, <variable>)
-
+ derivative(<f : Objet exécutable>, <x : nombre>)
-
+ derivative(<f : fonction chaîne>, <variable>, <x : nombre>)