diff --git a/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/Commands/ShowExportWindowCommand.cs b/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/Commands/ShowExportWindowCommand.cs
index 90df497..ec37235 100644
--- a/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/Commands/ShowExportWindowCommand.cs
+++ b/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/Commands/ShowExportWindowCommand.cs
@@ -5,7 +5,7 @@ namespace MiniSqlQuery.Exports.Plugin.Commands
public class ShowExportWindowCommand : CommandBase
{
public ShowExportWindowCommand()
- : base("&Export data...")
+ : base("&E导出数据...")
{
}