[gnome-software] snap: Store is now called Snap Store...



commit f73918124a1032b7f971a14ac4226abe44dbb662
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Sep 7 09:06:55 2017 +1200

    snap: Store is now called Snap Store...

 plugins/snap/gs-plugin-snap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snap/gs-plugin-snap.c b/plugins/snap/gs-plugin-snap.c
index 07eed7e..177bacc 100644
--- a/plugins/snap/gs-plugin-snap.c
+++ b/plugins/snap/gs-plugin-snap.c
@@ -183,7 +183,7 @@ gs_plugin_setup (GsPlugin *plugin, GCancellable *cancellable, GError **error)
        priv->store_name = g_strdup (snapd_system_information_get_store (system_information));
        if (priv->store_name == NULL)
                priv->store_name = g_strdup (/* TRANSLATORS: default snap store name */
-                                            _("Ubuntu Store"));
+                                            _("Snap Store"));
        priv->system_confinement = snapd_system_information_get_confinement (system_information);
 
        /* load from disk */


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