From 5c0a10d51d01888b70bb1ee372a2ccab34f04655 Mon Sep 17 00:00:00 2001
From: Yagami <976204163@qq.com>
Date: Mon, 29 Jul 2019 16:38:21 +0800
Subject: [PATCH] * Finish task #6148.
---
module/extension/lang/en.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/extension/lang/en.php b/module/extension/lang/en.php
index c7f1585044..7d5d131465 100644
--- a/module/extension/lang/en.php
+++ b/module/extension/lang/en.php
@@ -118,4 +118,4 @@ $lang->extension->errorInstallDB = 'Database report execution fail
$lang->extension->errorConflicts = 'Conflicted with “%s”!';
$lang->extension->errorDepends = 'Dependent extension has not been installed or the version is incorrect:
%s';
$lang->extension->errorIncompatible = 'Incompatible with your ZenTao.';
-$lang->extension->errorUninstallDepends = '“%s” is dependent on ts extension. Please do not uninstall it.';
+$lang->extension->errorUninstallDepends = '“%s” is dependent on this extension. Please do not uninstall it.';