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,8 +6,8 @@ i3GEOadmin.menu.dicionario = {
6 en : "", 6 en : "",
7 es : "" 7 es : ""
8 } ], 8 } ],
9 - 'teste' : [ {  
10 - pt : "", 9 + 'abre' : [ {
  10 + pt : "Abre o i3Geo",
11 en : "", 11 en : "",
12 es : "" 12 es : ""
13 } ] 13 } ]
admin/menu.html
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 type: "html", 36 type: "html",
37 children:[ 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 type: "html", 40 type: "html",
41 enableHighlight: false, 41 enableHighlight: false,
42 },{ 42 },{