diff options
Diffstat (limited to 'data/content')
-rw-r--r-- | data/content/Content/content.txt | 2 | ||||
-rw-r--r-- | data/content/Screens/NetClientDlg.frm | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/data/content/Content/content.txt b/data/content/Content/content.txt index d37a367..1eccbad 100644 --- a/data/content/Content/content.txt +++ b/data/content/Content/content.txt @@ -951,7 +951,7 @@ form.net.client.local = Local Server form.net.client.host = Host form.net.client.join = Join form.net.client.server = SERVER NAME -form.net.client.type = TYPE +form.net.client.version = VERSION form.net.client.status = STATUS form.net.client.players = PLAYERS form.net.client.password = PASSWORD diff --git a/data/content/Screens/NetClientDlg.frm b/data/content/Screens/NetClientDlg.frm index 8e3a617..58de47f 100644 --- a/data/content/Screens/NetClientDlg.frm +++ b/data/content/Screens/NetClientDlg.frm @@ -147,8 +147,8 @@ form: { sort: 0 }, column: { - title: "form.net.client.type", - width: 85, + title: "form.net.client.version", + width: 100, align: center, sort: 0 }, @@ -160,19 +160,19 @@ form: { column: { title: "form.net.client.status", - width: 65, + width: 60, align: center, sort: 0 }, column: { title: "form.net.client.players", - width: 65, + width: 60, align: center, sort: 0 }, column: { title: "form.net.client.ping", - width: 65, + width: 60, align: center, sort: 0 }, }, |