[epiphany/mcatanzaro/history] History dialog title is not translatable




commit 6a39d30516fdc3ff3efb4b1917b3ad31121d09d6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Aug 27 13:04:36 2020 -0500

    History dialog title is not translatable
    
    Oops. Thanks to Thibault Martin for reporting!

 src/resources/gtk/history-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/gtk/history-dialog.ui b/src/resources/gtk/history-dialog.ui
index 60632331e..8d01a262f 100644
--- a/src/resources/gtk/history-dialog.ui
+++ b/src/resources/gtk/history-dialog.ui
@@ -84,7 +84,7 @@
             <child>
               <object class="HdyHeaderBar" id="selection_header_bar">
                 <property name="visible">True</property>
-                <property name="title">History</property>
+                <property name="title" translatable="yes">History</property>
                 <style>
                   <class name="selection-mode"/>
                 </style>


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