We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598b26c commit 730b26dCopy full SHA for 730b26d
GUI/SetupForm.cs
@@ -17,7 +17,7 @@ public SetupForm()
17
{
18
InitializeComponent();
19
20
- Text = "MapleShark " + Program.AssemblyVersion + ", " + Program.AssemblyCopyright;
+ Text = "MapleShark 冒险岛封包工具 " + Program.AssemblyVersion + ", " + Program.AssemblyCopyright;
21
bool selected = false;
22
int localAreaConnection = -1;
23
0 commit comments