diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
index 3df9662..1c44d9c 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
@@ -20,7 +20,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "GenerateCommandCodeCommand" /> class.
/// </summary>
public GenerateCommandCodeCommand()
- : base("Generate Command Code")
+ : base("�����������")
{
SmallImage = ImageResource.cog;
}