miniSql

vs2019汉化99%
zgc123@gmail.com authored at 11/28/2023 4:10:34 PM zgc123@gmail.com committed at 11/28/2023 4:10:51 PM
0ced910
Tree
1 Parent(s) 93a03c2
Summary: 1 changed files with 1 additions and 1 deletions.
Modified +1 -1
Modified +1 -1
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs b/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs
index ade2447..ec56670 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs
@@ -41,7 +41,7 @@ namespace MiniSqlQuery.Core
             {
                 foreach (SqlError error in exp.Errors)
                 {
-                    Messages += string.Format("Error line {0}: {1}.{2}", error.LineNumber, error.Message, Environment.NewLine);
+                    Messages += string.Format("���� {0}�ϵĴ���: {1}.{2}", error.LineNumber, error.Message, Environment.NewLine);
                 }
             }
         }