If you're viewing an unfiltered bounty listing in someone's profile[jeff] the header N bounties isn't capitalized, though every other profile section header is.

I think the actual problem is that the unfiltered bounty listing isn't supposed to be displayed. Once you select a filter (active, offered or earned) there seems to be no way to clear it and return to the unfiltered listing. It also doesn't really make sense to throw offered and earned bounties in together.
edit: This doesn't use the header in question, but you can get the unsorted bounty list with a variety of other headers by using different sort values in the query string:

&sort=0or&sort=votesuses Votes bounties.&sort=1or&sort=activityuses Activity bounties.&sort=2or&sort=newestuses Newest bounties.&sort=3or&sort=viewsuses Views bounties.&sort=4or&sort=addeduses Added bounties.&sort=5or&sort=postuses Post bounties.&sort=6or&sort=timeuses Time bounties.&sort=7or&sort=graphuses Graph bounties.&sort=8or&sort=suggestionsuses Suggestions bounties.&sort=9or&sort=reviewsuses Reviews bounties.&sort=10or&sort=revisionsuses Revisions bounties.&sort=11or&sort=commentsuses Comments bounties.&sort=12or&sort=badgesuses Badges bounties.&sort=13or&sort=postsuses Posts bounties.&sort=14or&sort=acceptsuses Accepts bounties.&sort=15or&sort=answersuses Answers bounties.&sort=19or&sort=nameuses Name bounties.&sort=20or&sort=recentuses Recent bounties.&sort=21or&sort=classuses Class bounties.&sort=22or&sort=alluses All bounties.&sort=N, whereNis any other integer, gives you N bounties.
Also,
sort=16is the same assort=activesort=17is the same assort=offeredsort=18is the same assort=earned
I guess the tabs share the same sort options, internally, but bounties are the only tab that also uses it for filtering and modifying the title and so is alone in having this bug.