From 3befff41fa6180e21856e0d7b8896746f351601b Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 23 Sep 2024 15:44:49 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (269 of 269 strings) Translation: LogarithmPlotter/LogarithmPlotter Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/en/ --- LogarithmPlotter/i18n/lp_en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>)