mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
- Fix a couple of typos, patch by GreyGhost.
svn path=/trunk/; revision=25426
This commit is contained in:
parent
98a086245c
commit
c093c9b6b5
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ CACLS filename [/T] [/E] [/C] [/G user:perm [...]] [/R user [...]]\n\
|
||||||
C Change (write)\n\
|
C Change (write)\n\
|
||||||
F Full control\n\
|
F Full control\n\
|
||||||
/D user Deny specified user access.\n\
|
/D user Deny specified user access.\n\
|
||||||
Wildcards can be used to specify more that one file in a command.\n\
|
Wildcards can be used to specify more than one file in a command.\n\
|
||||||
You can specify more than one user in a command.\n\n\
|
You can specify more than one user in a command.\n\n\
|
||||||
Abbreviations:\n\
|
Abbreviations:\n\
|
||||||
CI - Container Inherit.\n\
|
CI - Container Inherit.\n\
|
||||||
|
|
|
@ -171,7 +171,7 @@ END
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_IMAGE_MONOCHROME "Monochrome (1 bit)"
|
IDS_IMAGE_MONOCHROME "Monochrome (1 bit)"
|
||||||
IDS_IMAGE_GREYSCALE "Greyscale (8 bit)"
|
IDS_IMAGE_GREYSCALE "Grayscale (8 bit)"
|
||||||
IDS_IMAGE_PALETTE "Palette or 256 color (8 bit)"
|
IDS_IMAGE_PALETTE "Palette or 256 color (8 bit)"
|
||||||
IDS_IMAGE_TRUECOLOR "True color (24 bit)"
|
IDS_IMAGE_TRUECOLOR "True color (24 bit)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue