[chronojump] Minor change on some comment



commit f485242d6dba973e62c1e145c803fb90630e1558
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jan 13 13:33:54 2021 +0100

    Minor change on some comment

 src/sqlite/news.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/sqlite/news.cs b/src/sqlite/news.cs
index 980d637c..a9d41a21 100644
--- a/src/sqlite/news.cs
+++ b/src/sqlite/news.cs
@@ -39,7 +39,8 @@ class SqliteNews : Sqlite
 
        //server table is created like this:
        //create table news (code INT NOT NULL AUTO_INCREMENT PRIMARY KEY, category INT, version INT, titleEn 
char(255), titleEs char(255), linkEn char(255), linkEs char(255), descriptionEn char(255), descriptionEs 
char(255), linkServerImage char(255));
-       //INSERT INTO news VALUES (NULL, 0, 0, "Race Analyzer kit", "Kit Analizador Carreras", 
"https://chronojump.org/shop/races/race_analyzer_kit/race-analyzer/";, 
"https://chronojump.org/es/shop/carreras/kit_analizador_carreras/analizador-de-carrera/";, "Measure the 
instantaneous race speed.\n\n- Encoder based (included)\n- Distance accuracy: 3 cm\n- Time accuracy: 4 
microseconds\n\nIdeal device for high accuracy analysis of the sprint applicable in the field and in many 
sports disciplines!", "Mida la velocidad instantánea.\n\n- Usa un encoder (incluído)\n- Precisión en la 
distancia: 3 cm\n- Precisión en el tiempo: 4 microseg.\n\n¡Dispositivo ideal para un análisis de alta 
precisión del sprint aplicable en el campo y en muchas disciplinas deportivas!", 
"https://chronojump.org/wp-content/uploads/2020/12/Race-Analyzer_new_products_400w.jpeg";);
+       //INSERT INTO news VALUES (NULL, 0, 0, "Race Analyzer kit", "Kit Analizador Carreras", 
"https://chronojump.org/shop/races/race_analyzer_kit/race-analyzer/";, 
"https://chronojump.org/es/shop/carreras/kit_analizador_carreras/analizador-de-carrera/";, "Ideal device for 
high precision analysis of the sprint in race, swimming, rowing, and other sports where acceleration is 
important.\nMeasure and plot the instantaneous race speed, acceleration, force and power of the raw data 
and/or the modeled sprint.", "Dispositivo ideal para un análisis preciso del sprint en carrera, salidas de 
natación, remo, y otros deportes basados en la aceleración.\nMida y grafique la velocidad, aceleración, 
fuerza y potencia instantáneas de los datos crudos o modelados.", 
"https://chronojump.org/wp-content/uploads/2020/12/Race-Analyzer_new_products_400w.jpeg";);
+
        //another (suposedly newer) to have as a test:
        //INSERT INTO news VALUES (NULL, 0, 0, "something newer", "una cosa más nueva", 
"https://chronojump.org/shop/force-equipment/force-sensor/";, 
"https://chronojump.org/es/shop/material-de-fuerza/kit-sensor-de-fuerza/";, "Desc of force sensor", 
"Descripción del sensor de fuerza", 
"https://chronojump.org/wp-content/uploads/2016/11/chronojump-logo-web-e1589545113863.png";);
        //INSERT INTO news VALUES (NULL, 0, 0, "something even more new spare_parts", "una cosa más y más 
nueva spare_parts", "https://chronojump.org/product-category/races/races_spare_parts/";, 
"https://chronojump.org/es/categoria-producto/carreras/productos-_de_carreras_por_separado/";, "Desc of 
spare_parts", "Descripción de spare_parts", 
"https://chronojump.org/wp-content/uploads/2020/10/web-selector-races-PARTS.png";);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]