diff --git a/minisqlquery-master/src/MiniSqlQuery/Commands/NewFileCommand.cs b/minisqlquery-master/src/MiniSqlQuery/Commands/NewFileCommand.cs
index 3fb143f..6910213 100644
--- a/minisqlquery-master/src/MiniSqlQuery/Commands/NewFileCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/Commands/NewFileCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Commands
{
/// <summary>Initializes a new instance of the <see cref="NewFileCommand"/> class.</summary>
public NewFileCommand()
- : base("New &File")
+ : base("(&F)�½��ļ�")
{
ShortcutKeys = Keys.Control | Keys.Alt | Keys.N;
SmallImage = ImageResource.page;