Skip to content

Commit f4c6211

Browse files
committed
Merge pull request joni2back#151 from JaapMoolenaar/patch-1
The order of the read/write/exec labels was wrong
2 parents 973df4f + 8346857 commit f4c6211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/modals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ <h4 class="modal-title">{{'change_permissions' | translate}}</h4>
327327
<thead>
328328
<tr>
329329
<th>{{'permissions' | translate}}</th>
330-
<th class="col-xs-1 text-center">{{'exec' | translate}}</th>
331330
<th class="col-xs-1 text-center">{{'read' | translate}}</th>
332331
<th class="col-xs-1 text-center">{{'write' | translate}}</th>
332+
<th class="col-xs-1 text-center">{{'exec' | translate}}</th>
333333
</tr>
334334
</thead>
335335
<tbody>
@@ -442,4 +442,4 @@ <h4 class="modal-title">{{"select_destination_folder" | translate}}</h4>
442442
</li>
443443
</ul>
444444
</div>
445-
</script>
445+
</script>

0 commit comments

Comments
 (0)