Commit ec1036974e965722ecf97692a90a521e0586207f
1 parent
1072e23d
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
admin/dicionario/menu.js
admin/menu.html
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | type: "html", |
37 | 37 | children:[ |
38 | 38 | { |
39 | - html: "<a href='../ms_criamapa.php' target='principal'>"+$trad(1,i3GEOadmin.menu.abre)+"</a>", | |
39 | + html: "<a href='../ms_criamapa.php' target='principal'>"+$trad("abre",i3GEOadmin.menu.dicionario)+"</a>", | |
40 | 40 | type: "html", |
41 | 41 | enableHighlight: false, |
42 | 42 | },{ | ... | ... |