Skip to content

Commit 26f5b91

Browse files
Update es.json
1 parent 475b7e7 commit 26f5b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/reference/es.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,12 +1542,12 @@
15421542
},
15431543
"createButton": {
15441544
"description": [
1545-
"Creates a <button></button> element in the DOM. Use .size() to set the display size of the button. Use .mousePressed() to specify behavior on press."
1545+
"Crea un elemento <button></button> en el DOM. Utiliza .size() para establecer el tamaño de visualización del botón. Usa .mousePressed() para especificar el comportamiento al pulsarlo."
15461546
],
1547-
"returns": "p5.Element: pointer to <a href=\"#/p5.Element\">p5.Element</a> holding created node",
1547+
"returns": "p5.Element: apunta a <a href=\"#/p5.Element\">p5.Element</a> que contiene el nodo creado",
15481548
"params": {
1549-
"label": "String: label displayed on the button",
1550-
"value": "String: (Optional) value of the button"
1549+
"label": "String: Etiqueta mostrada en el botón",
1550+
"value": "String: (Opcional) valor del botón"
15511551
}
15521552
},
15531553
"createCheckbox": {

0 commit comments

Comments
 (0)