diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
index 9fb5322..cc0932b 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ShowWebPageCommand" /> class.
/// </summary>
public ShowWebPageCommand()
- : base("Mini SQL Query on GitHub", "https://github.com/paulkohler/minisqlquery", ImageResource.house)
+ : base("GitHub�ϵ�����SQL��ѯ", "https://github.com/paulkohler/minisqlquery", ImageResource.house)
{
}
}