[gnome-photos] appdata: Set each li translatable instead of the whole <ul>



commit 6222bd8ba6662245232094be603ab7ef62aac23c
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date:   Fri Sep 13 21:47:15 2013 +0200

    appdata: Set each li translatable instead of the whole <ul>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708039

 data/org.gnome.Photos.appdata.xml.in |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/org.gnome.Photos.appdata.xml.in b/data/org.gnome.Photos.appdata.xml.in
index 4309505..b8ebe35 100644
--- a/data/org.gnome.Photos.appdata.xml.in
+++ b/data/org.gnome.Photos.appdata.xml.in
@@ -14,15 +14,15 @@
       through GNOME Online Accounts.
     </_p>
     <_p>It lets you:</_p>
-    <_ul>
-      <li>View recent local and online photos</li>
-      <li>Access your Facebook or Flickr content</li>
-      <li>Send photos to remote DLNA renderers</li>
-      <li>Set as background</li>
-      <li>Print photos</li>
-      <li>Select favorites</li>
-      <li>Allow opening full featured editor for more advanced changes</li>
-    </_ul>
+    <ul>
+      <_li>View recent local and online photos</_li>
+      <_li>Access your Facebook or Flickr content</_li>
+      <_li>Send photos to remote DLNA renderers</_li>
+      <_li>Set as background</_li>
+      <_li>Print photos</_li>
+      <_li>Select favorites</_li>
+      <_li>Allow opening full featured editor for more advanced changes</_li>
+    </ul>
   </description>
   <screenshots>
     <screenshot type="default" width="940" 
height="592">https://help.gnome.org/misc/release-notes/3.10/figures/gnome-photos.png</screenshot>


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