diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-08-27 13:04:36 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-08-27 18:05:34 +0000 |
commit | dd7bb381e986da2a90d4c372e3a84548735a63be (patch) | |
tree | 4d3a07750cb9cb786c4e5e9389e88531a6a4a5fe /src/resources | |
parent | e5db0fac29ba44f1829681b4f594b5adb1dc81d5 (diff) | |
download | epiphany-dd7bb381e986da2a90d4c372e3a84548735a63be.tar.gz |
History dialog title is not translatable
Oops. Thanks to Thibault Martin for reporting!
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/gtk/history-dialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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> |