From 0aad240c6c501f6108955daccb9b5f38ebf8a0c4 Mon Sep 17 00:00:00 2001 From: Veerasamy Sevagen Date: Thu, 7 Mar 2019 15:47:56 +0000 Subject: [PATCH] src/gs-loading-page.c: Setting loading page to "Downloading" dialogue only. The switching between downloading and loading happens in a moment. I do not think anyone would take time to read it. Fixes #612 --- src/gs-loading-page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gs-loading-page.c b/src/gs-loading-page.c index 8e68da6aa..08d1e86d3 100644 --- a/src/gs-loading-page.c +++ b/src/gs-loading-page.c @@ -62,7 +62,7 @@ gs_loading_page_status_changed_cb (GsPluginLoader *plugin_loader, } } else { /* TRANSLATORS: initial start */ - str = _("Software catalog is being loaded"); + str = _("Software catalog is being downloaded"); } /* update label */ -- GitLab