Index: html/templates/index.html |
=================================================================== |
--- a/html/templates/index.html |
+++ b/html/templates/index.html |
@@ -5,7 +5,7 @@ |
<title>avast! Ad Blocker - powered by Adblock Plus</title> |
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
<link rel="stylesheet" href="../static/css/settings.css"/> |
- |
+ |
<!--[if lt IE 7]> |
<script src="../static/js/vendor/DD_belatedPNG.js"></script> |
<script>DD_belatedPNG.fix("#logo, .feature-image, #abp-logo div");</script> |
@@ -14,12 +14,12 @@ |
<script src="../static/js/vendor/html5shiv.js"></script> |
<![endif]--> |
</head> |
- |
+ |
<body onload="init()"> |
<div id="wrapper"> |
<header> |
<div id="logo"></div> |
- <h1 id="title">Ad Blocker</h1> |
+ <h1 id="title">Ad Filter</h1> |
</header> |
<ul id="features"> |
@@ -28,7 +28,7 @@ |
<div class="feature-description"> |
<div id="localeLanguageLabel" class="feature-title">Language:</div> |
<p id="localeLanguageDescription" class="feature-text"> |
- Select your language to get the most out of avast! Ad Blocker so that it can get rid of all ads on the websites you visit. |
+ Select your language to get the most out of avast! Ad Filter so that it can get rid of all ads on the websites you visit. |
</p> |
<select id="language"> |
</select> |
@@ -76,7 +76,7 @@ |
Powered by <span id="abp-name">Adblock Plus</span> |
</a> |
</footer> |
- |
+ |
<script src="../static/js/settings.js"></script> |
<script src="../static/js/IESettings.js"></script> |
</body> |