Skip to content

Commit

Permalink
[bug 715231] Typo. s/fx10/m10/ for Mobile Firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Jan 4, 2012
1 parent 3bcc208 commit 5b590ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wiki/models.py
Expand Up @@ -110,7 +110,7 @@
_lazy(u'Firefox 3.0'), 'fx3', 3.4999, False, False))),
((_lazy(u'Mobile:'), 'mobile'), (
VersionMetadata(16, _lazy(u'Firefox 10'),
_lazy(u'Firefox 10 for Mobile'), 'fx10', 10.9999,
_lazy(u'Firefox 10 for Mobile'), 'm10', 10.9999,
True, False),
VersionMetadata(14, _lazy(u'Firefox 9'),
_lazy(u'Firefox 9 for Mobile'), 'm9', 9.9999, True,
Expand Down

0 comments on commit 5b590ce

Please sign in to comment.