Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/controllers/statistics_controller.php
diff options
context:
space:
mode:
authorwclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-10-31 05:17:40 (GMT)
committer wclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-10-31 05:17:40 (GMT)
commit59c9f0571129caa52fd35e3770db0313ec21f272 (patch)
treebfb57f55023f6c3076c2729acdc030db69397260 /site/app/controllers/statistics_controller.php
parenta5ebf67411cc76f78962952f2108952e396e870a (diff)
fix a typo'd l10n string
git-svn-id: http://svn.mozilla.org/addons/trunk@19433 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site/app/controllers/statistics_controller.php')
-rw-r--r--site/app/controllers/statistics_controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/controllers/statistics_controller.php b/site/app/controllers/statistics_controller.php
index 99d14b4..eac1c0c 100644
--- a/site/app/controllers/statistics_controller.php
+++ b/site/app/controllers/statistics_controller.php
@@ -226,7 +226,7 @@ class StatisticsController extends AppController
'statistics_js_plotselection_foundinrange' => _('statistics_js_plotselection_foundinrange'),
'statistics_js_plotselection_options_count_name_checked' => _('statistics_js_plotselection_options_count_name_checked'),
'statistics_js_plotselection_options_count_name_unchecked' => _('statistics_js_plotselection_options_count_name_unchecked'),
- 'statistics_js_plotselection_options_count_tooltip' => _('Sstatistics_js_plotselection_options_count_tooltip'),
+ 'statistics_js_plotselection_options_count_tooltip' => 'blah'._('statistics_js_plotselection_options_count_tooltip'),
'statistics_js_plotselection_options_events_firefox_name_checked' => _('statistics_js_plotselection_options_events_firefox_name_checked'),
'statistics_js_plotselection_options_events_firefox_name_unchecked' => _('statistics_js_plotselection_options_events_firefox_name_unchecked'),
'statistics_js_plotselection_options_events_firefox_tooltip' => _('statistics_js_plotselection_options_events_firefox_tooltip'),