X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/b5ad046f9519385786cb0faa8dbf165f6d733dee..d1804166ad8a4bf5e932ee792c46ea8ecc78a0e6:/templates/chprop.htm diff --git a/templates/chprop.htm b/templates/chprop.htm index e9df5b0..e5ed8f5 100644 --- a/templates/chprop.htm +++ b/templates/chprop.htm @@ -16,7 +16,7 @@ <p>Current mode: {MODE_STRING} (Octal: {MODE_OCTAL})</p> -<p>Current group: {GROUP} (GID: {GID})</p> +<p>Current group: {IF group_detected}{GROUP} ({ENDIF}GID: {GID}{IF group_detected}){ENDIF}</p> <hr> @@ -43,7 +43,7 @@ <ul> <li><b>Change mode:</b><br> -Use an <b>octal</b> number to change the mode of the file. You may use the three or four number form. For this, SetUID, SetGID and Sticky Bit are also supported.</li> +Use an <b>octal</b> number to change the mode of the file. SetUID, SetGID and Sticky Bit are also supported.</li> <li><b>Change group:</b><br> Enter the group name or the group ID the file should be assigned to. If a group name is also a numeric group ID, the value is used as a group name.</li> </ul>