miniSql

汉化
zgc authored at 11/28/2023 1:00:12 PM zgc committed at 11/28/2023 1:00:26 PM
93a03c2
Tree
1 Parent(s) 6136600
Summary: 1 changed files with 2 additions and 2 deletions.
Modified +2 -2
Modified +2 -2
diff --git a/minisqlquery-master/src/MiniSqlQuery/OptionsForm.cs b/minisqlquery-master/src/MiniSqlQuery/OptionsForm.cs
index c9b3e07..918c9f9 100644
--- a/minisqlquery-master/src/MiniSqlQuery/OptionsForm.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/OptionsForm.cs
@@ -62,7 +62,7 @@ namespace MiniSqlQuery
         /// <returns></returns>
         private DialogResult AskToSaveChanges()
         {
-            return _host.DisplayMessageBox(null, "Configuration changes made, would you like to save them?", "Save Changes?", MessageBoxButtons.YesNo,
+            return _host.DisplayMessageBox(null, "所做的配置更改,是否保存?", "保存改变?", MessageBoxButtons.YesNo,
                                            MessageBoxIcon.Question, MessageBoxDefaultButton.Button1,
                                            MessageBoxOptions.ServiceNotification, null, null);
         }
@@ -74,7 +74,7 @@ namespace MiniSqlQuery
         {
             if (e.PropertyName == "IsDirty")
             {
-                string title = "Options";
+                string title = "选项";
                 if (((IConfigurationObject)sender).IsDirty)
                 {
                     title += "*";