Fixed typo (#1612)
The image is not repeated any may not fill the entire space (recommended) => The image is not repeated and may not fill the entire space (recommended)
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
"label": "Background image attachment",
|
"label": "Background image attachment",
|
||||||
"options": {
|
"options": {
|
||||||
"repeat": "Repeat - The image is repeated as much as needed to cover the whole background image painting area.",
|
"repeat": "Repeat - The image is repeated as much as needed to cover the whole background image painting area.",
|
||||||
"no-repeat": "No repeat - The image is not repeated any may not fill the entire space (recommended)",
|
"no-repeat": "No repeat - The image is not repeated and may not fill the entire space (recommended)",
|
||||||
"repeat-x": "Repeat X - Same as 'Repeat' but only on horizontal axis.",
|
"repeat-x": "Repeat X - Same as 'Repeat' but only on horizontal axis.",
|
||||||
"repeat-y": "Repeat Y - Same as 'Repeat' but only on vertical axis."
|
"repeat-y": "Repeat Y - Same as 'Repeat' but only on vertical axis."
|
||||||
}
|
}
|
||||||
@@ -47,4 +47,4 @@
|
|||||||
"placeholder": "Custom CSS will be applied last",
|
"placeholder": "Custom CSS will be applied last",
|
||||||
"applying": "Applying CSS..."
|
"applying": "Applying CSS..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user