[epiphany/rff/web-view-quotes: 3/3] ephy-web-view: fix closing curly quotes use




commit e67abdd1c99117f7f9bafbf5386dc3a14c3e77f6
Author: Rafael Fontenelle <rffontenelle gmail com>
Date:   Fri Aug 7 14:06:55 2020 +0000

    ephy-web-view: fix closing curly quotes use

 embed/ephy-web-view.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index b00c5919c..5f30abf49 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1146,7 +1146,7 @@ ephy_web_view_show_itp_permission_info_bar (EphyWebView
 
   requesting_domain = webkit_website_data_access_permission_request_get_requesting_domain (decision);
   current_domain = webkit_website_data_access_permission_request_get_current_domain (decision);
-  message = g_strdup_printf (_("Do you want to allow “%s“ to use cookies while browsing “%s“?"), 
requesting_domain, current_domain);
+  message = g_strdup_printf (_("Do you want to allow “%s” to use cookies while browsing “%s”?"), 
requesting_domain, current_domain);
   markup = g_strdup_printf ("<span size='xx-large' weight='bold'>%s</span>", message);
   label = gtk_label_new (NULL);
   gtk_label_set_markup (GTK_LABEL (label), markup);
@@ -1155,7 +1155,7 @@ ephy_web_view_show_itp_permission_info_bar (EphyWebView
   gtk_container_add (GTK_CONTAINER (box), label);
   gtk_widget_show (label);
 
-  secondary_message = g_strdup_printf (_("This will allow “%s“ to track your activity."), requesting_domain);
+  secondary_message = g_strdup_printf (_("This will allow “%s” to track your activity."), requesting_domain);
   label = gtk_label_new (secondary_message);
   gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
   gtk_label_set_xalign (GTK_LABEL (label), 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]