From 24fe361140a3382fb815b4b71f7d09c78116fddf Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Mon, 17 May 2021 14:34:53 -0600 Subject: [PATCH] improved export page descriptions --- app/extensions/extension_download.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/extensions/extension_download.php b/app/extensions/extension_download.php index 04292c47df..a2acf8cb03 100644 --- a/app/extensions/extension_download.php +++ b/app/extensions/extension_download.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2021 the Initial Developer. All Rights Reserved. Contributor(s): @@ -179,6 +179,9 @@ echo "
\n"; echo "\n"; + echo $text['description-extension_export']; + echo "

\n"; + echo "\n"; echo "\n"; echo "
\n";