diff --git a/gui/default/syncthing/folder/editFolderModalView.html b/gui/default/syncthing/folder/editFolderModalView.html index 711b7b63c..2eb1faee2 100644 --- a/gui/default/syncthing/folder/editFolderModalView.html +++ b/gui/default/syncthing/folder/editFolderModalView.html @@ -128,7 +128,7 @@
-

Files are moved to .stversions folder when replaced or deleted by Syncthing.

+

Files are moved to .stversions directory when replaced or deleted by Syncthing.

@@ -141,7 +141,7 @@

-

Files are moved to date stamped versions in a .stversions folder when replaced or deleted by Syncthing.

+

Files are moved to date stamped versions in a .stversions directory when replaced or deleted by Syncthing.

@@ -151,7 +151,7 @@

-

Files are moved to date stamped versions in a .stversions folder when replaced or deleted by Syncthing. Versions are automatically deleted if they are older than the maximum age or exceed the number of files allowed in an interval.

+

Files are moved to date stamped versions in a .stversions directory when replaced or deleted by Syncthing. Versions are automatically deleted if they are older than the maximum age or exceed the number of files allowed in an interval.

The following intervals are used: for the first hour a version is kept every 30 seconds, for the first day a version is kept every hour, for the first 30 days a version is kept every day, until the maximum age a version is kept every week.

@@ -164,10 +164,10 @@
-

Path where versions should be stored (leave empty for the default .stversions folder in the folder).

+

Path where versions should be stored (leave empty for the default .stversions directory in the shared folder).

-

An external command handles the versioning. It has to remove the file from the synced folder.

+

An external command handles the versioning. It has to remove the file from the shared folder.