[gnome-packagekit] Remove intltool markers from .desktop files



commit 1a8925c9e19911a286b93d7c248ee2c686c88997
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Dec 6 18:00:44 2016 +0100

    Remove intltool markers from .desktop files

 data/gpk-install-local-file.desktop.in   |    4 ++--
 data/gpk-log.desktop.in                  |    4 ++--
 data/gpk-prefs.desktop.in                |    4 ++--
 data/org.gnome.PackageUpdater.desktop.in |    6 +++---
 data/org.gnome.Packages.desktop.in       |    6 +++---
 5 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/gpk-install-local-file.desktop.in b/data/gpk-install-local-file.desktop.in
index c8bf445..a8e10c4 100644
--- a/data/gpk-install-local-file.desktop.in
+++ b/data/gpk-install-local-file.desktop.in
@@ -1,6 +1,6 @@
 [Desktop Entry]
-_Name=Package Install
-_Comment=Install selected packages on the system
+Name=Package Install
+Comment=Install selected packages on the system
 Categories=System;
 Exec=gpk-install-local-file %F
 Terminal=false
diff --git a/data/gpk-log.desktop.in b/data/gpk-log.desktop.in
index 4c15e65..43c31be 100644
--- a/data/gpk-log.desktop.in
+++ b/data/gpk-log.desktop.in
@@ -1,6 +1,6 @@
 [Desktop Entry]
-_Name=Package Log
-_Comment=View past package management tasks
+Name=Package Log
+Comment=View past package management tasks
 Icon=gpk-log
 Exec=gpk-log
 Terminal=false
diff --git a/data/gpk-prefs.desktop.in b/data/gpk-prefs.desktop.in
index 8573197..5c55887 100644
--- a/data/gpk-prefs.desktop.in
+++ b/data/gpk-prefs.desktop.in
@@ -1,6 +1,6 @@
 [Desktop Entry]
-_Name=Package Sources
-_Comment=Enable or disable package repositories
+Name=Package Sources
+Comment=Enable or disable package repositories
 Icon=gpk-prefs
 Exec=gpk-prefs
 Terminal=false
diff --git a/data/org.gnome.PackageUpdater.desktop.in b/data/org.gnome.PackageUpdater.desktop.in
index c83e438..46bf54b 100644
--- a/data/org.gnome.PackageUpdater.desktop.in
+++ b/data/org.gnome.PackageUpdater.desktop.in
@@ -1,12 +1,12 @@
 [Desktop Entry]
-_Name=Package Updater
-_Comment=Update software installed on the system
+Name=Package Updater
+Comment=Update software installed on the system
 Icon=system-software-update
 Exec=gpk-update-viewer
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;System;
-_Keywords=Updates;Upgrade;
+Keywords=Updates;Upgrade;
 NotShowIn=KDE;
 StartupNotify=true
 X-GNOME-UsesNotifications=true
diff --git a/data/org.gnome.Packages.desktop.in b/data/org.gnome.Packages.desktop.in
index 72b299d..f09d97b 100644
--- a/data/org.gnome.Packages.desktop.in
+++ b/data/org.gnome.Packages.desktop.in
@@ -1,12 +1,12 @@
 [Desktop Entry]
-_Name=Packages
-_Comment=Add or remove software installed on the system
+Name=Packages
+Comment=Add or remove software installed on the system
 Icon=system-software-install
 Exec=gpk-application
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;System;PackageManager;
-_Keywords=Sources;Repositories;Preferences;Install;Store;
+Keywords=Sources;Repositories;Preferences;Install;Store;
 NotShowIn=KDE;
 StartupNotify=true
 X-GNOME-UsesNotifications=true


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