Explorar o código

Merge remote-tracking branch 'syncthing/pr/1553'

* syncthing/pr/1553:
  Add dzarda
  Added an "n", typo in a GUI string
Jakob Borg %!s(int64=10) %!d(string=hai) anos
pai
achega
6d3003716c
Modificáronse 3 ficheiros con 3 adicións e 1 borrados
  1. 1 0
      AUTHORS
  2. 1 0
      NICKS
  3. 1 1
      gui/index.html

+ 1 - 0
AUTHORS

@@ -24,6 +24,7 @@ Felix Unterpaintner <[email protected]>
 Gilli Sigurdsson <[email protected]>
 Jakob Borg <[email protected]>
 James Patterson <[email protected]> <[email protected]>
+Jaroslav Malec <[email protected]>
 Jens Diemer <[email protected]> <[email protected]>
 Jochen Voss <[email protected]>
 Johan Vromans <[email protected]>

+ 1 - 0
NICKS

@@ -18,6 +18,7 @@ calmh		<[email protected]>
 cdata		<[email protected]>
 ceh		<[email protected]>
 cqcallaw	<[email protected]>
+dzarda		<[email protected]>
 facastagnini	<[email protected]>
 filoozoom	<[email protected]>
 frioux		<[email protected]> <[email protected]>

+ 1 - 1
gui/index.html

@@ -654,7 +654,7 @@
                   <p translate class="help-block">Path where versions should be stored (leave empty for the default .stversions folder in the folder).</p>
                 </div>
                 <div class="form-group" ng-if="currentFolder.fileVersioningSelector=='external'" ng-class="{'has-error': folderEditor.externalCommand.$invalid && folderEditor.externalCommand.$dirty}">
-                  <p translate class="help-block">A external command handles the versioning. It has to remove the file from the synced folder.</p>
+                  <p translate class="help-block">An external command handles the versioning. It has to remove the file from the synced folder.</p>
                   <label translate for="externalCommand">Command</label>
                   <input name="externalCommand" id="externalCommand" class="form-control" type="text" ng-model="currentFolder.externalCommand" required></input>
                   <p class="help-block">