diff options
author | drebs <drebs@leap.se> | 2014-01-06 14:56:15 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-01-06 14:56:15 -0200 |
commit | 9f5d0fbc6fd01ec610ba5353e9e99c4419685b45 (patch) | |
tree | a5c01e35c257ec51a2a4c732d149524d4489f5f9 /install.rdf.template | |
parent | 051a10ec0031019682926a179aa944fc01eb2761 (diff) |
Small fixes in install.rdf template structure.
Diffstat (limited to 'install.rdf.template')
-rw-r--r-- | install.rdf.template | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/install.rdf.template b/install.rdf.template index 88ecbfc..c64bb44 100644 --- a/install.rdf.template +++ b/install.rdf.template @@ -26,14 +26,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <em:name>Bitmask Thunderbird Extension</em:name> <em:version>__VERSION__</em:version> <em:type>2</em:type> - <em:description>Automatic configuration for Bitmask Encrypted Mail accounts. - </em:description> + <em:description>Automatic configuration for Bitmask Encrypted Mail accounts.</em:description> <em:creator>LEAP developers</em:creator> - <em:contributor>Andre Jucovsky Bianchi - </em:contributor> + <em:contributor>Andre Jucovsky Bianchi</em:contributor> <em:homepageURL>https://github.com/leapcode/thunderbird_extension/</em:homepageURL> <em:iconURL>chrome://bitmask/content/logo-small.png</em:iconURL> - + <em:targetApplication> <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> @@ -41,23 +39,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <em:maxVersion>24.*</em:maxVersion> </Description> </em:targetApplication> - <em:localized> - <Description> - <em:locale>en-US</em:locale> + <em:localized> + <Description> + <em:locale>en-US</em:locale> <em:name>Bitmask</em:name> - <em:description>Configure Bitmask Encrypted Mail accounts. - </em:description> + <em:description>Configure Bitmask Encrypted Mail accounts.</em:description> <em:creator>The LEAP Encryption Access Project</em:creator> - </Description> - </em:localized> - <em:localized> - <Description> - <em:locale>es-ES</em:locale> + </Description> + </em:localized> + <em:localized> + <Description> + <em:locale>es-ES</em:locale> <em:name>Bitmask</em:name> - <em:description>Configura cuentas Bitmask de Correo Cifrado. - </em:description> + <em:description>Configura cuentas Bitmask de Correo Cifrado.</em:description> <em:creator>El projecto LEAP, Encryption Access Project</em:creator> - </Description> - </em:localized> - </Description> + </Description> + </em:localized> + </Description> </RDF> |