diff --git a/minisqlquery-master/src/MiniSqlQuery/Commands/OpenFileCommand.cs b/minisqlquery-master/src/MiniSqlQuery/Commands/OpenFileCommand.cs
index efe27ea..e0f8ff3 100644
--- a/minisqlquery-master/src/MiniSqlQuery/Commands/OpenFileCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/Commands/OpenFileCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Commands
{
/// <summary>Initializes a new instance of the <see cref="OpenFileCommand"/> class.</summary>
public OpenFileCommand()
- : base("&Open File")
+ : base("(&O)打开文件")
{
ShortcutKeys = Keys.Control | Keys.O;
SmallImage = ImageResource.folder_page;