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;
}