miniSql

汉化
zgc authored at 11/28/2023 1:00:12 PM zgc committed at 11/28/2023 1:00:26 PM
93a03c2
Tree
1 Parent(s) 6136600
Summary: 1 changed files with 2 additions and 2 deletions.
Modified +2 -2
Modified +2 -2
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TextGenerator/TextGeneratorLoader.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TextGenerator/TextGeneratorLoader.cs
index 64291ea..a76fcbb 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TextGenerator/TextGeneratorLoader.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TextGenerator/TextGeneratorLoader.cs
@@ -14,8 +14,8 @@ namespace MiniSqlQuery.PlugIns.TextGenerator
     {
         public TextGeneratorLoader()
             : base(
-                "Text Generator Tools",
-                "A Mini SQL Query Plugin for generating test from... text :-)",
+                "文本生成器工具",
+                "用于从生成测试的迷你SQL查询插件。。。文本:-)",
                 21)
         {
         }