[gnome-software/gnome-3-30] updates page: Remove a misleading string
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-30] updates page: Remove a misleading string
- Date: Wed, 24 Oct 2018 12:19:37 +0000 (UTC)
commit 6c72365a7646c9567315bf237de4437ce2b5c9ae
Author: Kalev Lember <klember redhat com>
Date: Wed Oct 24 13:38:52 2018 +0200
updates page: Remove a misleading string
Don't show "Downloading new updates…" when refreshing the metadata as
the download step is now split out from the metadata refresh.
src/gs-updates-page.c | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/src/gs-updates-page.c b/src/gs-updates-page.c
index 629639ee..425ee029 100644
--- a/src/gs-updates-page.c
+++ b/src/gs-updates-page.c
@@ -279,11 +279,6 @@ gs_updates_page_last_checked_time_string (GsUpdatesPage *self)
static const gchar *
gs_updates_page_get_state_string (GsPluginStatus status)
{
- if (status == GS_PLUGIN_STATUS_DOWNLOADING) {
- /* TRANSLATORS: the updates are being downloaded */
- return _("Downloading new updates…");
- }
-
/* TRANSLATORS: the update panel is doing *something* vague */
return _("Looking for new updates…");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]