Skip to content

Commit

Permalink
English Translation: Legenda => Legend
Browse files Browse the repository at this point in the history
  • Loading branch information
apmuthu committed Sep 13, 2014
1 parent 54cc3ef commit eb55f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpMyOLAP/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function exec_query($query)
function printLegend($img_cube,$img_mea,$img_dim,$img_hier,$img_lev,$img_prop)
{
print "<fieldset>";
print "<legend>Legenda</legend><img src='$img_cube'> Cube <img src='$img_mea'> Measure <img src='$img_dim' width=24px height=24px>";
print "<legend>Legend</legend><img src='$img_cube'> Cube <img src='$img_mea'> Measure <img src='$img_dim' width=24px height=24px>";
print " Dimension <img src='$img_hier'> Hierarchy <img src='$img_lev'> Level <img src='$img_prop'> Properties";
print " </fieldset>";

Expand Down

0 comments on commit eb55f21

Please sign in to comment.