diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/ViewTable/Commands/ViewTableFormCommand.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/ViewTable/Commands/ViewTableFormCommand.cs
index 393a83a..5cad593 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/ViewTable/Commands/ViewTableFormCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/ViewTable/Commands/ViewTableFormCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.PlugIns.ViewTable.Commands
{
/// <summary>Initializes a new instance of the <see cref="ViewTableFormCommand"/> class.</summary>
public ViewTableFormCommand()
- : base("&View table...")
+ : base("查看表格...")
{
ShortcutKeys = Keys.Control | Keys.T;
}