diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
index 1d91a82..3215cff 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "InsertGuidCommand" /> class.
/// </summary>
public InsertGuidCommand()
- : base("Insert GUID")
+ : base("����GUID")
{
// todo SmallImage = ImageResource.;
}