From 5b590cedc2c99a8a2af3e012510da6544edd531c Mon Sep 17 00:00:00 2001 From: Ricky Rosario Date: Wed, 4 Jan 2012 14:17:47 -0500 Subject: [PATCH] [bug 715231] Typo. s/fx10/m10/ for Mobile Firefox. --- apps/wiki/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wiki/models.py b/apps/wiki/models.py index 55a0ce6dd59..9353a8fd5dd 100644 --- a/apps/wiki/models.py +++ b/apps/wiki/models.py @@ -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,