summaryrefslogtreecommitdiff
path: root/gui/components/Preferences.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r--gui/components/Preferences.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/components/Preferences.qml b/gui/components/Preferences.qml
index 3de8acb..23aae05 100644
--- a/gui/components/Preferences.qml
+++ b/gui/components/Preferences.qml
@@ -53,7 +53,7 @@ ThemedPage {
}
Label {
- text: qsTr("These techniques can bypass censorship, but are slower. Use them only when needed")
+ text: qsTr("These techniques can bypass censorship, but are slower. Use them only when needed.")
color: "gray"
visible: true
wrapMode: Text.Wrap
@@ -154,7 +154,7 @@ ThemedPage {
MaterialCheckBox {
id: useUDP
- text: qsTr("UDP")
+ text: qsTr("Use UDP if available")
enabled: false
checked: false
Layout.leftMargin: 10