Skip to content

Commit

Permalink
[bug 689552] Make Firefox 7 the new default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Sep 27, 2011
1 parent 269fa54 commit 1a91b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/wiki/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
VersionMetadata(11, _lazy(u'Firefox 8'),
_lazy(u'Firefox 8'), 'fx8', 8.9999, True, False),
VersionMetadata(9, _lazy(u'Firefox 7'),
_lazy(u'Firefox 7'), 'fx7', 7.9999, True, False),
_lazy(u'Firefox 7'), 'fx7', 7.9999, True, True),
VersionMetadata(6, _lazy(u'Firefox 6'),
_lazy(u'Firefox 6'), 'fx6', 6.9999, True, True),
_lazy(u'Firefox 6'), 'fx6', 6.9999, True, False),
VersionMetadata(5, _lazy(u'Firefox 5'),
_lazy(u'Firefox 5'), 'fx5', 5.9999, True, False),
VersionMetadata(1, _lazy(u'Firefox 4'),
Expand All @@ -106,10 +106,10 @@
False),
VersionMetadata(10, _lazy(u'Firefox 7'),
_lazy(u'Firefox 7 for Mobile'), 'm7', 7.9999, True,
False),
True),
VersionMetadata(8, _lazy(u'Firefox 6'),
_lazy(u'Firefox 6 for Mobile'), 'm6', 6.9999, True,
True),
False),
VersionMetadata(7, _lazy(u'Firefox 5'),
_lazy(u'Firefox 5 for Mobile'), 'm5', 5.9999, True,
False),
Expand Down

0 comments on commit 1a91b4b

Please sign in to comment.