[simple-scan/wjt/improve-description: 2/2] data: improve .desktop comment and appdata description



commit a823090b32bf4554a7759dcb96e448101331cb68
Author: Will Thompson <will willthompson co uk>
Date:   Sun Feb 2 18:28:38 2020 +0100

    data: improve .desktop comment and appdata description
    
    The description for the 'Comment' key in the Desktop Entry Specification
    says:
    
    > Tooltip for the entry, for example "View sites on the Internet". The
    > value should not be redundant with the values of Name and GenericName.
    
    The appstream specification has this to say about <summary/>:
    
    > A short summary of what this component does. If the component is
    > "PackageKit", the summary could be "Provides a package-management
    > abstraction layer".
    
    "Scan Documents" seems redundant with "Document Scanner"; this string
    better describes what the application does.

 data/simple-scan.appdata.xml.in | 2 +-
 data/simple-scan.desktop.in     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/simple-scan.appdata.xml.in b/data/simple-scan.appdata.xml.in
index 2fdeead..c9027e3 100644
--- a/data/simple-scan.appdata.xml.in
+++ b/data/simple-scan.appdata.xml.in
@@ -4,7 +4,7 @@
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-3.0+ and CC-BY-SA-3.0</project_license>
   <name>Document Scanner</name>
-  <summary>Scan Documents</summary>
+  <summary>Make a digital copy of your photos and documents</summary>
   <description>
     <p>
       A really easy way to scan both text and images.
diff --git a/data/simple-scan.desktop.in b/data/simple-scan.desktop.in
index 739c192..bfd928c 100644
--- a/data/simple-scan.desktop.in
+++ b/data/simple-scan.desktop.in
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=Document Scanner
-Comment=Scan Documents
+Comment=Make a digital copy of your photos and documents
 # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
 Keywords=scan;scanner;flatbed;adf;
 Exec=simple-scan


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