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:18:06 (GMT)
committer wclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2008-10-31 05:18:06 (GMT)
commite294adc6eb16d84a0d8d4ce089ad92ebeb824652 (patch)
tree2fab56749de9dd46cb8241bdd4d564a6d67b01be /site/app/controllers/statistics_controller.php
parent59c9f0571129caa52fd35e3770db0313ec21f272 (diff)
fix a typo'd l10n string
git-svn-id: http://svn.mozilla.org/addons/trunk@19434 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 eac1c0c..1d46cbb 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' => 'blah'._('statistics_js_plotselection_options_count_tooltip'),
+ 'statistics_js_plotselection_options_count_tooltip' => _('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'),