diff options
Diffstat (limited to 'data/content/Screens')
-rw-r--r-- | data/content/Screens/NetClientDlg.frm | 10 |
1 files changed, 5 insertions, 5 deletions
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 }, }, |