[nautilus/wip/oholy/appdata-files] appdata: Use Files instead of Nautilus



commit 111ce13814bec69da5901036f436c2a2343c96e2
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Jun 28 15:41:47 2019 +0200

    appdata: Use Files instead of Nautilus
    
    Files is name which is used in the About dialog, the in Desktop file
    and on the website, thus we should use it also in the AppData file as other
    projects do.
    
    This fixes the following downstream bug:
    https://bugzilla.redhat.com/show_bug.cgi?id=1725120

 data/org.gnome.Nautilus.appdata.xml.in.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 1e3986323..35e54cb14 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -2,11 +2,11 @@
 <component type="desktop-application">
   <id>@appid@.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
-  <name>Nautilus</name>
+  <name>Files</name>
   <summary>Access and organize files</summary>
   <description>
     <p>
-      Nautilus, also known as Files, is the default file manager of the GNOME desktop.
+      Files, also known as Nautilus, is the default file manager of the GNOME desktop.
       It provides a  simple and integrated way of managing your files and browsing your file system.
     </p>
     <p>


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