Commit ec1036974e965722ecf97692a90a521e0586207f

Authored by Edmar Moretti
1 parent 1072e23d

--no commit message

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
admin/dicionario/menu.js
... ... @@ -6,8 +6,8 @@ i3GEOadmin.menu.dicionario = {
6 6 en : "",
7 7 es : ""
8 8 } ],
9   - 'teste' : [ {
10   - pt : "",
  9 + 'abre' : [ {
  10 + pt : "Abre o i3Geo",
11 11 en : "",
12 12 es : ""
13 13 } ]
... ...
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 },{
... ...