diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
index cbfa429..0a12981 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "CloseAllWindowsCommand" /> class.
/// </summary>
public CloseAllWindowsCommand()
- : base("Close &All Windows")
+ : base("&A关闭所有窗口")
{
}