diff options
author | drebs <drebs@leap.se> | 2013-10-31 13:15:45 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-10-31 13:15:45 -0200 |
commit | b5f91e386b337afb674f583d7f31afd9a065052d (patch) | |
tree | 2d924e8766b3166a3d1505cc64a286f8865fcf3c /install.rdf.template | |
parent | 97cef3a7818ed072d96ef99b55aa879d500a3e31 (diff) |
Fix makefile and install.rdf template.
Diffstat (limited to 'install.rdf.template')
-rw-r--r-- | install.rdf.template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install.rdf.template b/install.rdf.template index 378b212..902245f 100644 --- a/install.rdf.template +++ b/install.rdf.template @@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:minVersion>24.0</em:minVersion> - <em:maxVersion>24.0.*</em:maxVersion> + <em:maxVersion>24.*</em:maxVersion> </Description> </em:targetApplication> <!-- here is an example for future localizations ; @@ -45,6 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </em:description> <em:creator>The LEAP Encryption Access Project</em:creator> </Description> + </em:localized> <em:localized> <Description> <em:locale>es-ES</em:locale> @@ -53,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </em:description> <em:creator>El projecto LEAP, Encryption Access Project</em:creator> </Description> - </em:localized> + </em:localized> </Description> </RDF> |