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: 2 changed files with 2 additions and 2 deletions.
Modified +1 -1
Modified +1 -1
Modified +1 -1
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
index 1bb5b26..2b693af 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
@@ -16,7 +16,7 @@ namespace MiniSqlQuery.PlugIns.TemplateViewer.Commands
     {
         /// <summary>Initializes a new instance of the <see cref="NewQueryByTemplateCommand"/> class.</summary>
         public NewQueryByTemplateCommand()
-            : base("New &Query from Template")
+            : base("从模板新建查询(&Q)")
         {
             SmallImage = ImageResource.script_code;
         }
Modified +1 -1
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
index a915a40..10e01c8 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
@@ -16,7 +16,7 @@ namespace MiniSqlQuery.PlugIns.TemplateViewer.Commands
     {
         /// <summary>Initializes a new instance of the <see cref="RunTemplateCommand"/> class.</summary>
         public RunTemplateCommand()
-            : base("Run Template")
+            : base("����ģ��")
         {
             SmallImage = ImageResource.script_code;
         }