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/Commands/SetLeftPasteAroundSelectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
index 31d5faf..7a83ce6 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
         /// 	Initializes a new instance of the <see cref = "SetLeftPasteAroundSelectionCommand" /> class.
         /// </summary>
         public SetLeftPasteAroundSelectionCommand()
-            : base("Set Left Paste Around Selection text")
+            : base("设置左粘贴到所选文本周围")
         {
             ShortcutKeys = Keys.Alt | Keys.F1;
         }