[gnome-software] trivial: Add the (Nightly) string after the application name



commit 6a2daca9b8eeda9755ce4381cb462433ff98e93e
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jan 12 15:32:01 2017 +0000

    trivial: Add the (Nightly) string after the application name
    
    This ensures that list sorting looks visually correct.

 src/gs-app-row.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-app-row.c b/src/gs-app-row.c
index afa973a..0e70c7e 100644
--- a/src/gs-app-row.c
+++ b/src/gs-app-row.c
@@ -364,7 +364,7 @@ gs_app_row_refresh (GsAppRow *app_row)
        if (g_strcmp0 (gs_app_get_branch (priv->app), "master") == 0) {
                g_autofree gchar *name = NULL;
                /* TRANSLATORS: not translated to match what flatpak does */
-               name = g_strdup_printf ("(Nightly) %s",
+               name = g_strdup_printf ("%s (Nightly)",
                                        gs_app_get_name (priv->app));
                gtk_label_set_label (GTK_LABEL (priv->name_label), name);
        } else {


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