[epiphany/gnome-3-38] Fix untranslatable string in security popover



commit c14d4dd70755820084ad894bb815ca3b5e62169a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Mar 19 12:34:41 2021 -0500

    Fix untranslatable string in security popover
    
    Fixes #1478

 lib/widgets/ephy-security-popover.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/widgets/ephy-security-popover.c b/lib/widgets/ephy-security-popover.c
index 68a8be9c5..fc5c95a79 100644
--- a/lib/widgets/ephy-security-popover.c
+++ b/lib/widgets/ephy-security-popover.c
@@ -576,7 +576,7 @@ ephy_security_popover_init (EphySecurityPopover *popover)
   popover->access_location_combobox = add_permission_combobox (popover, _("Location access"), 
on_access_location_combobox_changed, combo_box_size_group, FALSE, NULL);
   popover->access_microphone_combobox = add_permission_combobox (popover, _("Microphone access"), 
on_access_microphone_combobox_changed, combo_box_size_group, FALSE, NULL);
   popover->access_webcam_combobox = add_permission_combobox (popover, _("Webcam access"), 
on_access_webcam_combobox_changed, combo_box_size_group, FALSE, NULL);
-  popover->autoplay_combobox = add_permission_combobox (popover, _("Media autoplay"), 
on_autoplay_policy_combobox_changed, combo_box_size_group, FALSE, "Without Sound");
+  popover->autoplay_combobox = add_permission_combobox (popover, _("Media autoplay"), 
on_autoplay_policy_combobox_changed, combo_box_size_group, FALSE, _("Without Sound"));
 
   gtk_container_add (GTK_CONTAINER (popover), popover->grid);
   gtk_widget_show_all (popover->grid);


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