From 0a530c9d9c6dd46047b32f0e17b9e0d3951b45f1 Mon Sep 17 00:00:00 2001 From: abe- Date: Sun, 18 Jun 2017 06:48:37 +0200 Subject: [PATCH] =?UTF-8?q?nueva=20intrudcci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/graficos/hidraulicas.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graficos/hidraulicas.js b/docs/graficos/hidraulicas.js index 10a534f..2ec35a9 100644 --- a/docs/graficos/hidraulicas.js +++ b/docs/graficos/hidraulicas.js @@ -112,14 +112,14 @@ function draw() { fill(0); textStyle(BOLD); textSize(12); - text("NÚMERO DE CANALES Y ACEQUIAS POR CONFEDERACION HIDRÁULICA", 620, 380, 150, 80); + text("CANALES Y ACEQUIAS POR CUENCA HIDRÁULICA", 620, 380, 150, 80); textStyle(NORMAL); textSize(11); noStroke(); fill(155,0,0); text("Interacción con el ratón:",620, 430, 150, 20); fill(0); - text("Kilómetros de canales y acequias construidos en cada una de las cuencas durante la colonización", 620, 445, 150, 80); + text("Canales y acequias (Km) construidos en la cuenca durante la colonización", 620, 445, 150, 80); }