You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: syncthingconnector/testfiles/testconfig/config.xml
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@
46
46
</folder>
47
47
<deviceid="MMGUI6U-WUEZQCP-XZZ6VYB-LCT4TVC-ER2HAVX-QYT6X7D-S6ZSG2B-323KLQ7"name="Test dev 2"compression="metadata"introducer="false"skipIntroductionRemovals="false"introducedBy="">
Copy file name to clipboardExpand all lines: tray/gui/qml/ImportPage.qml
+24-12
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,11 @@ Page {
61
61
text:qsTr("App configuration")
62
62
elide:Text.ElideRight
63
63
font.weight:Font.Medium
64
+
wrapMode:Text.WordWrap
64
65
}
65
66
Label {
66
67
Layout.fillWidth:true
67
-
text:qsTr("Replace the app configuration with the one from the selected directory")
68
+
text:qsTr("Replace the app configuration with the one from the selected directory.")
68
69
elide:Text.ElideRight
69
70
font.weight:Font.Light
70
71
wrapMode:Text.WordWrap
@@ -95,10 +96,11 @@ Page {
95
96
text:qsTr("Full Syncthing configuration and database")
96
97
elide:Text.ElideRight
97
98
font.weight:Font.Medium
99
+
wrapMode:Text.WordWrap
98
100
}
99
101
Label {
100
102
Layout.fillWidth:true
101
-
text:qsTr("Replace entire (existing) Syncthing configuration and database with the one from the selected directory")
103
+
text:qsTr("Replace entire (existing) Syncthing configuration and database with the one from the selected directory. Use this with care as restoring the database is potentially dangerous.")
description:qsTr("Merge the selected folders into the existing Syncthing configuration - make sure paths are valid when importing folders from another physical device!")
125
+
description:qsTr("Merge the selected folders into the existing Syncthing configuration. You can change paths in case they differ on this device.")
0 commit comments