Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
fix report
Browse files Browse the repository at this point in the history
  • Loading branch information
bpouzet committed Jun 9, 2012
1 parent 8da1e69 commit d85c03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ListReports.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
var goalsXMLList:XMLListCollection = goals.resultCollectionRow;
clearGoals();
// if there is any goal and them to the reports list
// if there is any goal add them to the reports list
if(goalsXMLList.length > 0){
// add goal header
reportsList.dataProvider.addItem({id: "header", view: "", label: resourceManager.getString('piwik', 'Goals_Goals')});
Expand Down Expand Up @@ -298,7 +298,7 @@
</fx:Object>
<fx:Object>
<fx:id>downloads</fx:id>
<fx:view>{Outlinks}</fx:view>
<fx:view>{Downloads}</fx:view>
<fx:label>{resourceManager.getString('piwik', 'Actions_SubmenuDownloads')}</fx:label>
</fx:Object>
<fx:Object>
Expand Down

0 comments on commit d85c03a

Please sign in to comment.