summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--panels/network/connection-editor/ce-page-details.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/network/connection-editor/ce-page-details.c b/panels/network/connection-editor/ce-page-details.c
index 90acf9172..f08e9542c 100644
--- a/panels/network/connection-editor/ce-page-details.c
+++ b/panels/network/connection-editor/ce-page-details.c
@@ -90,7 +90,7 @@ forget_cb (CEPageDetails *self)
native = gtk_widget_get_native (GTK_WIDGET (self));
/* Translators: "%s" is the user visible name of the network */
- message = g_strdup_printf (_("Saved details for %s will be permanently lost. This includes passwords and any network changes."),
+ message = g_strdup_printf (_("Saved details for ā€œ%sā€ will be permanently lost. This includes passwords and any network changes."),
nm_connection_get_id (self->connection));
dialog = adw_message_dialog_new (GTK_WINDOW (native),
_("Forget Connection?"),