miniSql

vs2019汉化99%
zgc123@gmail.com authored at 11/28/2023 4:10:34 PM zgc123@gmail.com committed at 11/28/2023 4:10:51 PM
0ced910
Tree
1 Parent(s) 93a03c2
Summary: 1 changed files with 2 additions and 2 deletions.
Modified +2 -2
Modified +2 -2
diff --git a/minisqlquery-master/src/MiniSqlQuery/Commands/OpenRecentFileCommand.cs b/minisqlquery-master/src/MiniSqlQuery/Commands/OpenRecentFileCommand.cs
index 85d5372..0db5fe1 100644
--- a/minisqlquery-master/src/MiniSqlQuery/Commands/OpenRecentFileCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/Commands/OpenRecentFileCommand.cs
@@ -18,13 +18,13 @@ namespace MiniSqlQuery.Commands
         /// 	Initializes a new instance of the <see cref = "OpenRecentFileCommand" /> class.
         /// </summary>
         protected OpenRecentFileCommand(int index)
-            : base("MRU")
+            : base("历史文件")
         {
             _index = index;
         }
 
         public OpenRecentFileCommand(IMostRecentFilesService mostRecentFilesService, int index)
-            : base("MRU")
+            : base("历史文件")
         {
             _mostRecentFilesService = mostRecentFilesService;
             _index = index;