[meld] Move translation tags from <description> to <p> in appdata



commit 9bbe918fedebb289b27d23a7ae981e0e32436770
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Nov 23 18:26:28 2013 +0100

    Move translation tags from <description> to <p> in appdata
    
    This way we avoid XML tags in translations, lowering the chance of
    translators screwing up.

 data/meld.appdata.xml.in |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/meld.appdata.xml.in b/data/meld.appdata.xml.in
index 9adb03a..6b7d75a 100644
--- a/data/meld.appdata.xml.in
+++ b/data/meld.appdata.xml.in
@@ -3,18 +3,18 @@
 <application>
  <id type="desktop">meld.desktop</id>
  <licence>CC0</licence>
- <_description>
-  <p>
+ <description>
+  <_p>
   Meld is a visual diff and merge tool targeted at developers. Meld helps you
   compare files, directories, and version controlled projects. It provides
   two- and three-way comparison of both files and directories, and supports
   many version control systems including Git, Mercurial, Bazaar and Subversion.
-  </p>
-  <p>
+  </_p>
+  <_p>
   Meld helps you review code changes, understand patches, and makes enormous
   merge conflicts slightly less painful.
-  </p>
- </_description>
+  </_p>
+ </description>
  <screenshots>
   <screenshot type="default" width="992" 
height="759">http://meldmerge.org/images/meld-filediff-full.png</screenshot>
   <screenshot width="655" height="532">http://meldmerge.org/images/meld-dircomp-full.png</screenshot>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]