Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz953734 - fix transUnitCountBar
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed May 21, 2013
1 parent 992d7a6 commit 3094a61
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -256,8 +256,7 @@ public int getWordsTranslated()

public int getUnitTotal()
{
TranslationStatistics messageStats = getMessageStats();
return (int) messageStats.getTotal();
return getUnitApproved() + getUnitDraft() + getUnitTranslated() + getUnitUntranslated();
}

public int getUnitApproved()
Expand Down

0 comments on commit 3094a61

Please sign in to comment.