[gnome-software/998-flatpak-cover-addons-on-install-uninstall-of-the-application] Apply 3 suggestion(s) to 2 file(s)
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/998-flatpak-cover-addons-on-install-uninstall-of-the-application] Apply 3 suggestion(s) to 2 file(s)
- Date: Tue, 26 Jan 2021 11:23:25 +0000 (UTC)
commit 6938acf1b5edb08231c7363d5ce21842f2c726c5
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Jan 26 11:23:24 2021 +0000
Apply 3 suggestion(s) to 2 file(s)
plugins/flatpak/gs-flatpak.c | 2 +-
plugins/flatpak/gs-plugin-flatpak.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/flatpak/gs-flatpak.c b/plugins/flatpak/gs-flatpak.c
index 00fb42e9..9b3aa962 100644
--- a/plugins/flatpak/gs-flatpak.c
+++ b/plugins/flatpak/gs-flatpak.c
@@ -2763,7 +2763,7 @@ gs_flatpak_refine_addons (GsFlatpak *self,
g_string_append_c (errors, '\n');
else
errors = g_string_new (NULL);
- g_string_append_printf (errors, _("Failed to refine addon '%s': %s"),
+ g_string_append_printf (errors, _("Failed to refine addon ‘%s’: %s"),
gs_app_get_name (addon), local_error->message);
}
}
diff --git a/plugins/flatpak/gs-plugin-flatpak.c b/plugins/flatpak/gs-plugin-flatpak.c
index b7a69615..d6f0bccc 100644
--- a/plugins/flatpak/gs-plugin-flatpak.c
+++ b/plugins/flatpak/gs-plugin-flatpak.c
@@ -763,7 +763,7 @@ gs_flatpak_cover_addons_in_transaction (GsPlugin *plugin,
g_string_append_c (errors, '\n');
else
errors = g_string_new (NULL);
- g_string_append_printf (errors, _("Failed to add to install for addon '%s':
%s"),
+ g_string_append_printf (errors, _("Failed to add to install for addon ‘%s’:
%s"),
gs_app_get_name (addon), local_error->message);
}
} else if (state == GS_APP_STATE_REMOVING && gs_app_get_state (addon) ==
GS_APP_STATE_INSTALLED) {
@@ -777,7 +777,7 @@ gs_flatpak_cover_addons_in_transaction (GsPlugin *plugin,
g_string_append_c (errors, '\n');
else
errors = g_string_new (NULL);
- g_string_append_printf (errors, _("Failed to add to uninstall for addon '%s':
%s"),
+ g_string_append_printf (errors, _("Failed to add to uninstall for addon ‘%s’:
%s"),
gs_app_get_name (addon), local_error->message);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]