[gnome-software/wip/ubuntu-master] snap: Store is now called Snap Store...



commit dc3e2a5c13e4e8d56784f177f9202396c1d82b1c
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 3fbc2c2..fa03794 100644
--- a/plugins/snap/gs-plugin-snap.c
+++ b/plugins/snap/gs-plugin-snap.c
@@ -177,7 +177,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]