diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
index e7947ff..dab1191 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "SetRightPasteAroundSelectionCommand" /> class.
/// </summary>
public SetRightPasteAroundSelectionCommand()
- : base("Set Right Paste Around Selection text")
+ : base("设置右粘贴到所选文本周围")
{
ShortcutKeys = Keys.Alt | Keys.F2;
}