[hitori] data: Tweak AppData string to no longer need new translations



commit 5ba041c030f416da29cfafd3a0796b8afb7ff896
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Tue Dec 16 10:19:39 2014 +0000

    data: Tweak AppData string to no longer need new translations
    
    Commit b55388bea5a60bb7a36aa63151ff11ff5ffb3ea3 broke the string
    freeze. Sorry.
    
    The <summary> element is needed to get hitori.appdata.xml to pass
    validation with recent versions of appstream-glib, so some string is
    needed here.

 data/hitori.appdata.xml.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/hitori.appdata.xml.in b/data/hitori.appdata.xml.in
index 116adfa..c370837 100644
--- a/data/hitori.appdata.xml.in
+++ b/data/hitori.appdata.xml.in
@@ -6,7 +6,8 @@
        <project_license>GPL-3.0+ and CC-BY-SA-3.0</project_license>
        <!-- Translators: the name of the application as it appears in a software center -->
        <_name>GNOME Hitori</_name>
-       <_summary>Play a quick logic game</_summary>
+       <!-- Translators: the brief summary of the application as it appears in a software center. -->
+       <_summary>Play the Hitori puzzle game</_summary>
        <description>
                <!-- Translators: These are the application description paragraphs in the AppData file. -->
                <_p>Hitori is a logic game similar to the popular game of Sudoku.</_p>


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