diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2017-09-02 02:05:51 +0200 |
---|---|---|
committer | Jonathan Kang <jonathan121537@gmail.com> | 2017-09-22 12:01:20 +0800 |
commit | ab2108662183805273e014b1ecf705be745f8d85 (patch) | |
tree | b64d9144f696b03dd817af4842a06e642c6cfda2 /data | |
parent | 2c18217aa1c775f1d3c6e714ca230c09df8ac0da (diff) | |
download | gnome-logs-ab2108662183805273e014b1ecf705be745f8d85.tar.gz |
Migrate from intltool to gettext.
For more info, see [1].
[1] https://wiki.gnome.org/MigratingFromIntltoolToGettext
Signed-off-by: Niels De Graef <nielsdegraef@gmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Logs.appdata.xml.in | 12 | ||||
-rw-r--r-- | data/org.gnome.Logs.desktop.in | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in index f0522f3..116bc09 100644 --- a/data/org.gnome.Logs.appdata.xml.in +++ b/data/org.gnome.Logs.appdata.xml.in @@ -4,13 +4,13 @@ <id>org.gnome.Logs.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0+</project_license> - <_name>GNOME Logs</_name> - <_summary>View detailed event logs for the system</_summary> + <name>GNOME Logs</name> + <summary>View detailed event logs for the system</summary> <description> - <_p>Logs shows events from the systemd journal, and sorts them into - categories, such as hardware and applications.</_p> - <_p>Using Logs you can search your logs by typing a search term, and - view detailed information about each event by clicking on it.</_p> + <p>Logs shows events from the systemd journal, and sorts them into + categories, such as hardware and applications.</p> + <p>Using Logs you can search your logs by typing a search term, and + view detailed information about each event by clicking on it.</p> </description> <screenshots> <screenshot height="575" width="1000" type="default"> diff --git a/data/org.gnome.Logs.desktop.in b/data/org.gnome.Logs.desktop.in index 4d46915..f64ae71 100644 --- a/data/org.gnome.Logs.desktop.in +++ b/data/org.gnome.Logs.desktop.in @@ -1,9 +1,9 @@ [Desktop Entry] -_Name=Logs -_GenericName=Log Viewer -_Comment=View detailed event logs for the system +Name=Logs +GenericName=Log Viewer +Comment=View detailed event logs for the system # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! -_Keywords=log;journal;debug;error; +Keywords=log;journal;debug;error; Type=Application Categories=GTK;GNOME;System;Monitor;Utility;X-GNOME-Utilities; Exec=gnome-logs |