[gnome-software/wip/kalev/gnome-3-22: 37/96] trivial: Add the (Nightly) string after the application name
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/kalev/gnome-3-22: 37/96] trivial: Add the (Nightly) string after the application name
- Date: Tue, 7 Mar 2017 16:26:57 +0000 (UTC)
commit 94364d1f592a17775cf592be2a8176e75459e84e
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 db1f7e0..5c82a5f 100644
--- a/src/gs-app-row.c
+++ b/src/gs-app-row.c
@@ -362,7 +362,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]