Commit 371eec7816a7a59ab386708891497f7a6899f53e
1 parent
81cdb8e8
Exists in
master
and in
6 other branches
Correção do dicionário
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/animacao/dicionario.js
... | ... | @@ -23,6 +23,6 @@ i3GEOF.animacao.dicionario = { |
23 | 23 | 'ajuda' : [ { |
24 | 24 | pt : "Marque as camadas que serão incluídas na animação e depois clique no botão <i>inicia</i>", |
25 | 25 | en : "Check the layers that will be included in the animation and then click the <i>start</i> button", |
26 | - es : "Marque las capas que se incluirán en la animación y, a continuación, haga clic en el botón de <i>inicio</i>" | |
26 | + es : "Marque las capas que se incluirán en la animación y luego haga clic en el botón de <i>inicio</i>" | |
27 | 27 | } ] |
28 | 28 | }; | ... | ... |