Blame SOURCES/data-Fix-caption-capitalisation-in-appdata-file.patch

99600e
From 51b543cd5106a8b929b336bc6779eddd4d2ac780 Mon Sep 17 00:00:00 2001
99600e
From: Philip Withnall <withnall@endlessm.com>
99600e
Date: Thu, 11 Apr 2019 12:36:21 +0100
99600e
Subject: [PATCH] data: Fix caption capitalisation in appdata file
99600e
99600e
Make the capitalisation of the image captions match the translatable
99600e
titles of the dialogues in the images, so that translations can be
99600e
reused.
99600e
99600e
Signed-off-by: Philip Withnall <withnall@endlessm.com>
99600e
---
99600e
 data/org.gnome.Nautilus.appdata.xml.in.in | 6 +++---
99600e
 1 file changed, 3 insertions(+), 3 deletions(-)
99600e
99600e
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
99600e
index cb20fa05f..cfc27e533 100644
99600e
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
99600e
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
99600e
@@ -28,11 +28,11 @@
99600e
   <screenshots>
99600e
     <screenshot type="default">
99600e
       <image>https://static.gnome.org/appdata/nautilus/nautilus-201901141.png</image>
99600e
-      <caption>Tile view</caption>
99600e
+      <caption>Tile View</caption>
99600e
     </screenshot>
99600e
     <screenshot>
99600e
       <image>https://static.gnome.org/appdata/nautilus/nautilus-201901142.png</image>
99600e
-      <caption>List view</caption>
99600e
+      <caption>List View</caption>
99600e
     </screenshot>
99600e
     <screenshot>
99600e
       <image>https://static.gnome.org/appdata/nautilus/nautilus-201901143.png</image>
99600e
@@ -40,7 +40,7 @@
99600e
     </screenshot>
99600e
     <screenshot>
99600e
       <image>https://static.gnome.org/appdata/nautilus/nautilus-201901144.png</image>
99600e
-      <caption>Other locations</caption>
99600e
+      <caption>Other Locations</caption>
99600e
     </screenshot>
99600e
   </screenshots>
99600e
   <categories>
99600e
-- 
99600e
2.21.0
99600e