Skip to content

Commit

Permalink
Fix Bug 1175439, cleanup l10n tags on plugincheck page
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkneethling committed Jun 17, 2015
1 parent 5b3573e commit 808bb90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bedrock/mozorg/templates/mozorg/plugincheck.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
{% block page_image %}{{ static('img/plugincheck/page-image.png') }}{% endblock %}

{% block page_title %}
{% if l10n_has_tag('meta_update_201503') %}
{% if l10n_has_tag('plugincheck_nosupport') %}
{{_('Keep your Firefox healthy with a quick checkup')}}
{% else %}
{{_('Plugin Check & Updates')}}
{% endif %}
{% endblock %}

{% block page_desc %}
{% if l10n_has_tag('meta_update_201503') %}
{% if l10n_has_tag('plugincheck_nosupport') %}
{{_('Use Flash? QuickTime? Java? If you use these to make your Firefox experience more awesome, check your plugins! They may need to be updated.')}}
{% else %}
{{_('Keeping your plugins up to date helps Firefox run safely and smoothly.')}}
Expand Down Expand Up @@ -74,7 +74,7 @@

{% block site_header_share %}
{% set share_urls = { 'twitter': 'http://mzl.la/17aqnLZ', 'googleplus': 'http://mzl.la/1FuAhTS', 'facebook': 'http://mzl.la/1z4Noqm' } -%}
{% if l10n_has_tag('share_cta') -%}
{% if l10n_has_tag('plugincheck_nosupport') -%}
{% set share_text = _('Plugins don’t always update automatically. Check yours now to stay safe and browse without interruption!') %}
{%- else -%}
{# If the new copy is not localized yet, just use the same text as the existing preamble #}
Expand Down Expand Up @@ -226,7 +226,7 @@ <h3>{{_('How do I disable a plugin?')}}</h3>
</li>
</ol>
<p class="small">
{% if l10n_has_tag('plugin_disable_warning') %}
{% if l10n_has_tag('plugin_updated_content') %}
{{ _('Caution: disabling a plugin means that you will no longer be able to do certain things. For example, if you disable Flash, you will not be able to watch videos on some streaming video websites.') }}
{% else %}
{{ _('Caution: disabling a plugin means that you will no longer be able to do certain things. For example, if you disable Flash, you will not be able to watch videos on YouTube.') }}
Expand Down

0 comments on commit 808bb90

Please sign in to comment.