[gnome-dictionary] Rename the description key in the source files we ship



commit c7b2c313750a5d657ffcf83a0f3dac58a02278f5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 11 21:29:01 2017 +0100

    Rename the description key in the source files we ship
    
    Use the 'Comment' key, instead of 'Description'. This will allow us to
    drop intltool and use upstream Gettext instead.

 data/default.desktop.in |    3 ++-
 data/spanish.desktop.in |    3 ++-
 data/thai.desktop.in    |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/data/default.desktop.in b/data/default.desktop.in
index 395433e..bc72b7d 100644
--- a/data/default.desktop.in
+++ b/data/default.desktop.in
@@ -1,6 +1,7 @@
 [Dictionary Source]
+# Translators: Do not translate the Name key
 Name=Default
-_Description=Default Dictionary Server
+_Comment=Default Dictionary Server
 Transport=dictd
 Hostname=dict.org
 Port=2628
diff --git a/data/spanish.desktop.in b/data/spanish.desktop.in
index 3ec0f18..84a6f47 100644
--- a/data/spanish.desktop.in
+++ b/data/spanish.desktop.in
@@ -1,6 +1,7 @@
 [Dictionary Source]
+# Translators: Do not translate the Name key
 Name=spanish
-_Description=Spanish Dictionaries
+_Comment=Spanish Dictionaries
 Transport=dictd
 Hostname=es.dict.org
 Port=2628
diff --git a/data/thai.desktop.in b/data/thai.desktop.in
index 1922f28..79efb71 100644
--- a/data/thai.desktop.in
+++ b/data/thai.desktop.in
@@ -1,6 +1,7 @@
 [Dictionary Source]
+# Translators: Do not translate the Name key
 Name=Thai
-_Description=Longdo Thai-English Dictionaries
+_Comment=Longdo Thai-English Dictionaries
 Transport=dictd
 Hostname=dict.longdo.com
 Port=2628


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