Commit 43f9b70f by Pablo Molina

Fixed #383

parent f1fb46f5
Showing with 6 additions and 6 deletions
......@@ -566,12 +566,12 @@ UPDATE picto_exp SET text='papá' WHERE id_pic=49287 and lang='es-es';
UPDATE picto_exp SET text='mom' WHERE id_pic=7476 and lang='en-us';
UPDATE picto_exp SET text='mom' WHERE id_pic=7476 and lang='en-gb';
UPDATE picto_exp SET text='mamá' WHERE id_pic=7476 and lang='es-es';
UPDATE picto_exp SET text='grandma' WHERE id_pic=7348 and lang='en-us';
UPDATE picto_exp SET text='grandma' WHERE id_pic=7348 and lang='en-gb';
UPDATE picto_exp SET text='abuela' WHERE id_pic=7348 and lang='es-es';
UPDATE picto_exp SET text='grandpa' WHERE id_pic=7350 and lang='en-us';
UPDATE picto_exp SET text='grandpa' WHERE id_pic=7350 and lang='en-gb';
UPDATE picto_exp SET text='abuelo' WHERE id_pic=7350 and lang='es-es';
UPDATE picto_exp SET text='grandpa' WHERE id_pic=7348 and lang='en-us';
UPDATE picto_exp SET text='grandpa' WHERE id_pic=7348 and lang='en-gb';
UPDATE picto_exp SET text='abuelo' WHERE id_pic=7348 and lang='es-es';
UPDATE picto_exp SET text='grandma' WHERE id_pic=7350 and lang='en-us';
UPDATE picto_exp SET text='grandma' WHERE id_pic=7350 and lang='en-gb';
UPDATE picto_exp SET text='abuela' WHERE id_pic=7350 and lang='es-es';
UPDATE picto_exp SET text='girl' WHERE id_pic=7329 and lang='en-us';
UPDATE picto_exp SET text='girl' WHERE id_pic=7329 and lang='en-gb';
UPDATE picto_exp SET text='chica' WHERE id_pic=7329 and lang='es-es';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment