diff --git a/Locales/ja.qm b/Locales/ja.qm index 6b7b67a..b2e8e7c 100644 Binary files a/Locales/ja.qm and b/Locales/ja.qm differ diff --git a/Locales/zh.qm b/Locales/zh.qm index 321e07c..44a7983 100644 Binary files a/Locales/zh.qm and b/Locales/zh.qm differ diff --git a/Locales/zh_TW.qm b/Locales/zh_TW.qm index b91b343..70e39f2 100644 Binary files a/Locales/zh_TW.qm and b/Locales/zh_TW.qm differ diff --git a/qml/ServerPreferences.qml b/qml/ServerPreferences.qml index 2a20a3f..e7e581d 100644 --- a/qml/ServerPreferences.qml +++ b/qml/ServerPreferences.qml @@ -10,7 +10,7 @@ import "." NVG.Window { - title: qsTr("ADV-Server: Settings") + title: qsTr("ADV Server") visible: true minimumWidth: 480 minimumHeight: 600 @@ -22,7 +22,7 @@ NVG.Window { anchors.fill: parent header: TitleBar { - text: qsTr("Server Settings") + text: qsTr("ADV Server") standardButtons: Dialog.Save | Dialog.Reset onAccepted: { @@ -56,7 +56,7 @@ NVG.Window { id: root anchors.fill: parent anchors.margins: 16 - anchors.topMargin: 0 + anchors.topMargin: 16 Flickable { Layout.fillWidth: true diff --git a/qml/StylePreferences.qml b/qml/StylePreferences.qml index a047a13..20bafcc 100644 --- a/qml/StylePreferences.qml +++ b/qml/StylePreferences.qml @@ -11,7 +11,7 @@ import "." NVG.Window { id: window - title: qsTr("ADV-Style: Settings") + title: qsTr("ADV Widget") visible: true minimumWidth: 480 minimumHeight: 600 @@ -26,7 +26,7 @@ NVG.Window { anchors.fill: parent header: TitleBar { - text: qsTr("Style Settings") + text: qsTr("ADV Widget") standardButtons: Dialog.Save | Dialog.Reset onAccepted: { @@ -46,7 +46,7 @@ NVG.Window { id: root anchors.fill: parent anchors.margins: 16 - anchors.topMargin: 0 + anchors.topMargin: 16 Flickable { Layout.fillWidth: true