X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/744aa4af46801f00bdda75c730729f5e256231ba..HEAD:/templates/chprop.htm
diff --git a/templates/chprop.htm b/templates/chprop.htm
index 7d98801..e5ed8f5 100644
--- a/templates/chprop.htm
+++ b/templates/chprop.htm
@@ -16,7 +16,7 @@
Current mode: {MODE_STRING} (Octal: {MODE_OCTAL})
-Current group: {GROUP} (GID: {GID})
+Current group: {IF group_detected}{GROUP} ({ENDIF}GID: {GID}{IF group_detected}){ENDIF}
@@ -43,9 +43,9 @@
- Change mode:
-Use an octal 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.
+Use an octal number to change the mode of the file. SetUID, SetGID and Sticky Bit are also supported.
- Change group:
-Enter the group name or the group ID the file should be assigned to.
+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.