Skip to content

Commit

Permalink
Merge pull request shadowsocks#592 from Arthur2e5/patch-1
Browse files Browse the repository at this point in the history
"Server IP" -> "Server Addr"
  • Loading branch information
GangZhuo committed Jun 15, 2016
2 parents d310377 + 5916592 commit 0b0edb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/View/ConfigForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void UpdateTexts()
{
AddButton.Text = I18N.GetString("&Add");
DeleteButton.Text = I18N.GetString("&Delete");
IPLabel.Text = I18N.GetString("Server IP");
IPLabel.Text = I18N.GetString("Server Addr");
ServerPortLabel.Text = I18N.GetString("Server Port");
PasswordLabel.Text = I18N.GetString("Password");
EncryptionLabel.Text = I18N.GetString("Encryption");
Expand Down

0 comments on commit 0b0edb3

Please sign in to comment.