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



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

    appdata: Use GNOME Files instead of Nautilus
    
    GNOME 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..0ea1eb4b9 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>GNOME 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]