File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ Global Settings=选项设置
6363&Delete=删除(&D)
6464Up=上移
6565Down=下移
66-
66+ Verion=版本
67+ local=本地端口
6768New server=未配置的服务器
6869
6970Server=服务器(截图打码)
Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ private Font CreateFont()
141141
142142 private void UpdateTexts ( )
143143 {
144- this . Text = I18N . GetString ( "Edit Servers" ) + "("
145- + ( controller . GetCurrentConfiguration ( ) . shareOverLan ? "any" : "local" ) + ":" + controller . GetCurrentConfiguration ( ) . localPort . ToString ( )
146- + I18N . GetString ( " Version" ) + UpdateChecker . FullVersion
144+ this . Text = I18N . GetString ( "Edit Servers" ) + "("
145+ + ( controller . GetCurrentConfiguration ( ) . shareOverLan ? "any" : I18N . GetString ( "local" ) ) + ": " + controller . GetCurrentConfiguration ( ) . localPort . ToString ( )
146+ + " " + I18N . GetString ( "Version" ) + ": " + UpdateChecker . FullVersion
147147 + ")" ;
148148
149149 AddButton . Text = I18N . GetString ( "&Add" ) ;
You can’t perform that action at this time.
0 commit comments