Skip to content

Commit 730b26d

Browse files
authored
Update SetupForm.cs
1 parent 598b26c commit 730b26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/SetupForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public SetupForm()
1717
{
1818
InitializeComponent();
1919

20-
Text = "MapleShark " + Program.AssemblyVersion + ", " + Program.AssemblyCopyright;
20+
Text = "MapleShark 冒险岛封包工具 " + Program.AssemblyVersion + ", " + Program.AssemblyCopyright;
2121
bool selected = false;
2222
int localAreaConnection = -1;
2323

0 commit comments

Comments
 (0)