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

* syncthing/pr/1553:
  Add dzarda
  Added an "n", typo in a GUI string
This commit is contained in:
Jakob Borg
2015-04-04 23:20:48 +02:00
3 changed files with 3 additions and 1 deletions

View File

@@ -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">