diff --git a/LogarithmPlotter/i18n/lp_en.ts b/LogarithmPlotter/i18n/lp_en.ts index fe1d018..bff47ee 100644 --- a/LogarithmPlotter/i18n/lp_en.ts +++ b/LogarithmPlotter/i18n/lp_en.ts @@ -1840,7 +1840,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: ExecutableObject>) + integral(<from: number>, <to: number>, <f: Function-like object>) @@ -1850,7 +1850,7 @@ Please make sure your LaTeX installation is correct and report a bug if so. derivative(<f: ExecutableObject>, <x: number>) - derivative(<f: ExecutableObject>, <x: number>) + derivative(<f: Function-like object>, <x: number>)