Correct some spelling mistakes

Automaticaly --> Automatically
Invalide --> Invalid
Strech --> Stretch
allows to --> allows one to
attachement --> attachment
contraints --> constraints
inconsistant --> inconsistent
occured --> occurred
occurences --> occurrences
permits to --> permits one to
postion --> position
regularily --> regularly
transfered --> transferred
This commit is contained in:
Nic Soudée
2019-01-24 08:32:58 -05:00
parent fc2839a3b6
commit 228e651b4f
13 changed files with 77 additions and 77 deletions

View File

@@ -284,7 +284,7 @@ static const T_Help_table helptable_help[] =
HELP_LINK (" Back faster: %s", 0x200+BUTTON_PAL_LEFT)
HELP_LINK (" Forward faster: %s", 0x200+BUTTON_PAL_RIGHT)
HELP_TEXT ("")
HELP_TEXT ("Change brush attachement")
HELP_TEXT ("Change brush attachment")
HELP_LINK (" Center : %s", SPECIAL_CENTER_ATTACHMENT)
HELP_LINK (" Top-left : %s", SPECIAL_TOP_LEFT_ATTACHMENT)
HELP_LINK (" Top-right : %s", SPECIAL_TOP_RIGHT_ATTACHMENT)
@@ -830,9 +830,9 @@ static const T_Help_table helptable_draw[] =
HELP_TEXT ("hand-drawing modes:")
HELP_TEXT ("")
HELP_TEXT ("Continuous hand-drawing: as you move the")
HELP_TEXT ("mouse, the paintbrush is regularily pasted")
HELP_TEXT ("on the picture. This drawing tool allows to")
HELP_TEXT ("change the fore and back colors when being")
HELP_TEXT ("mouse, the paintbrush is regularly pasted")
HELP_TEXT ("on the picture. This drawing tool allows you")
HELP_TEXT ("to change the fore and back colors when")
HELP_TEXT ("in use.")
HELP_TEXT ("")
HELP_TEXT ("Discontinuous hand-drawing: as you move the")
@@ -840,8 +840,8 @@ static const T_Help_table helptable_draw[] =
HELP_TEXT ("picture every time a delay is passed")
HELP_TEXT ("(actually, the delay is 1 VBL")
HELP_TEXT ("(vertical blanking)). This drawing tool")
HELP_TEXT ("allows to change the fore and back colors")
HELP_TEXT ("when being in use.")
HELP_TEXT ("allows you to change the fore and back")
HELP_TEXT ("colors when in use.")
HELP_TEXT ("")
HELP_TEXT ("Dot by dot hand-drawing: the paintbrush is")
HELP_TEXT ("only pasted at the position where you first")
@@ -930,8 +930,8 @@ static const T_Help_table helptable_lines[] =
HELP_TEXT ("from the center to the current mouse")
HELP_TEXT ("position by clicking. To stop drawing")
HELP_TEXT ("concentric lines, use the opposite mouse")
HELP_TEXT ("button. This drawing tool allows to change")
HELP_TEXT ("the fore and back colors when being in use.")
HELP_TEXT ("button. This drawing tool allows you to")
HELP_TEXT ("change the fore and back colors when in use.")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_LINES)
@@ -949,8 +949,8 @@ static const T_Help_table helptable_airbrush[] =
HELP_LINK ("(Key:%s)",0x100+BUTTON_AIRBRUSH)
HELP_TEXT ("")
HELP_TEXT ("Selects the spray as the active drawing")
HELP_TEXT ("tool. This drawing tool allows to change the")
HELP_TEXT ("fore and back colors when being in use.")
HELP_TEXT ("tool. This drawing tool allows you to change")
HELP_TEXT ("the fore and back colors when in use.")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_AIRBRUSH)
@@ -988,7 +988,7 @@ static const T_Help_table helptable_airbrush[] =
HELP_TEXT ("- Init: Allows you to define a value that")
HELP_TEXT ("will be set to the color you click on in the")
HELP_TEXT ("palette if its value is equal to 0. This")
HELP_TEXT ("permits to tag a set of colors more quickly.")
HELP_TEXT ("permits you to tag a set of colors quickly.")
HELP_TEXT ("")
HELP_TEXT ("- +1,-1,x2,/2: Modify the values of all the")
HELP_TEXT ("tagged colors (and only them).")
@@ -1032,9 +1032,9 @@ static const T_Help_table helptable_floodfill[] =
HELP_TEXT ("is the only one to be affected by no effect")
HELP_TEXT ("(except Stencil) and to be able to modify")
HELP_TEXT ("non visible parts of the picture.")
HELP_TEXT ("The function of this tool being replacing")
HELP_TEXT ("all the occurences of a color in the picture")
HELP_TEXT ("by another, if would have been a shame to")
HELP_TEXT ("The purpose of this tool being to replace")
HELP_TEXT ("all occurrences of a color in the picture")
HELP_TEXT ("by another, it would have been a shame to")
HELP_TEXT ("limit modifications only to the visible part")
HELP_TEXT ("of the picture.")
};
@@ -1371,7 +1371,7 @@ static const T_Help_table helptable_brush_fx[] =
HELP_TEXT ("button.")
HELP_TEXT ("")
HELP_LINK ("- Outline: (Key:%s)",SPECIAL_OUTLINE)
HELP_TEXT ("This option permits to draw the")
HELP_TEXT ("This option permits you to draw the")
HELP_TEXT ("outlines of the brush with the Fore- color.")
HELP_TEXT ("")
HELP_LINK ("- Nibble: (Key:%s)",SPECIAL_NIBBLE)
@@ -1497,14 +1497,14 @@ static const T_Help_table helptable_effects[] =
HELP_TEXT ("in each table.")
HELP_TEXT ("")
HELP_TEXT ("- A window (on the top-right side) permits")
HELP_TEXT ("to visualize the different")
HELP_TEXT ("shades defined in he current table.")
HELP_TEXT ("you to visualize the different")
HELP_TEXT ("shades defined in the current table.")
HELP_TEXT ("")
HELP_TEXT ("- Copy: Copy the contents of the table in a")
HELP_TEXT ("buffer.")
HELP_TEXT ("(Each time you open this menu, the current")
HELP_TEXT ("table is automatically")
HELP_TEXT ("transfered into this buffer).")
HELP_TEXT ("transferred into this buffer).")
HELP_TEXT ("")
HELP_TEXT ("- Paste: Copy the contents of the buffer")
HELP_TEXT ("above in the current table.")
@@ -1519,7 +1519,7 @@ static const T_Help_table helptable_effects[] =
HELP_TEXT ("color is selected in the table THEN It is")
HELP_TEXT ("deleted and the block defined in the palette")
HELP_TEXT ("is inserted. ELSE The block defined in the")
HELP_TEXT ("palette is inserted at the postion just")
HELP_TEXT ("palette is inserted at the position just")
HELP_TEXT ("before the selected square. END IF")
HELP_TEXT ("ELSE The block defined in the palette is")
HELP_TEXT ("inserted by erasing the colors following the")
@@ -1778,8 +1778,8 @@ static const T_Help_table helptable_effects[] =
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TITLE("TRANSPARENCY")
HELP_TEXT (" This allows to mix the color(s) of the")
HELP_TEXT ("paintbrush with the colors of the picture.")
HELP_TEXT (" This allows you to mix the color(s) of the")
HELP_TEXT ("paintbrush with the colors of the picture.")
HELP_TEXT ("It's used to make transparency effects like")
HELP_TEXT ("with watercolors.")
HELP_TEXT ("")
@@ -1929,7 +1929,7 @@ static const T_Help_table helptable_effects[] =
HELP_BOLD ("LEFT CLICK")
HELP_TEXT ("Open the menu if no constraint type has been")
HELP_TEXT ("already selected.")
HELP_TEXT ("Else enable/disable the contraints")
HELP_TEXT ("Else enable/disable the constraints")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_TEXT ("Open the menu to choose the type of")
@@ -2652,7 +2652,7 @@ static const T_Help_table helptable_settings_details[] =
HELP_TEXT ("drawing mode after brush grabbing.")
HELP_TEXT ("")
HELP_BOLD (" Auto nb colors used")
HELP_TEXT ("Automaticaly count the number of different")
HELP_TEXT ("Automatically count the number of different")
HELP_TEXT ("colors used when opening the palette editor")
HELP_TEXT ("window. (Set it to 'no' if you have a slow")
HELP_TEXT ("computer or if you edit huge pictures)")