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/AboutForm.cs b/minisqlquery-master/src/MiniSqlQuery/AboutForm.cs
index 233d777..6a59620 100644
--- a/minisqlquery-master/src/MiniSqlQuery/AboutForm.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/AboutForm.cs
@@ -33,9 +33,9 @@ namespace MiniSqlQuery
         {
             InitializeComponent();
             pic.Image = ImageResource.ApplicationIcon;
-            Text = String.Format("About {0}", AssemblyTitle);
+            Text = String.Format("关于 {0}", AssemblyTitle);
             labelProductName.Text = AssemblyTitle;
-            labelVersion.Text = String.Format("Version {0}", AssemblyVersion);
+            labelVersion.Text = String.Format("版本 {0}", AssemblyVersion);
             labelCopyright.Text = AssemblyCopyright;
             textBoxDescription.Text = AssemblyDescription;
         }