diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
index d132f55..b052d1e 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "PasteAroundSelectionCommand" /> class.
/// </summary>
public PasteAroundSelectionCommand()
- : base("Paste &Around Selection")
+ : base("ճ����ѡ���ݣ�&A��")
{
ShortcutKeys = Keys.Alt | Keys.A;
SmallImage = ImageResource.around_text;