mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Bug 276135 Bad Thunderbird web site verbage
patch by alanjstr, r=alanjstr
This commit is contained in:
parent
a8b2a69aed
commit
f841016292
@ -57,7 +57,13 @@ include"$page_header";
|
||||
|
||||
<div id="mainContent">
|
||||
<h2><?php print(ucwords($application)); ?> Extensions</h2>
|
||||
<p class="first">Extensions are small add-ons that add new functionality to <?php print(ucwords($application)); ?>. They can add anything from a toolbar button to a completely new feature. They allow the browser to be customized to fit the personal needs of each user if they need additional features<?php if ($application !=="mozilla") { ?>, while keeping <?php print(ucwords($application)); ?> small to download <?php } ?>.</p>
|
||||
|
||||
<p class="first">Extensions are small add-ons that add new functionality to
|
||||
<?php print(ucwords($application)); ?>. They can add anything from a toolbar
|
||||
button to a completely new feature. They allow the application to be customized
|
||||
to fit the personal needs of each user if they need additional features<?php if
|
||||
($application !=="mozilla") { ?>, while keeping <?php
|
||||
print(ucwords($application)); ?> small to download <?php } ?>.</p>
|
||||
|
||||
<?php
|
||||
//Get Current Version for Detected Application
|
||||
@ -204,4 +210,4 @@ include"$page_header";
|
||||
include"$page_footer";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user