diff options
author | John Stebbins <[email protected]> | 2017-12-22 14:54:11 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-12-22 14:54:11 -0800 |
commit | 189e3310adc41d66dfe4d5ea8f8032bb1b43b093 (patch) | |
tree | d8c66a567125135b4954dc6997c4828a6c951cde | |
parent | 40206c7c93ad690b2b0dce0986492824547b3044 (diff) |
LinGui: remove bold attribut from some labels
-rw-r--r-- | gtk/src/ghb.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 54b17034e..133b299ae 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -1845,7 +1845,7 @@ This is often the feature title of a DVD.</property> <object class="GtkLabel" id="format_summary_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes"><b>Format:</b></property> + <property name="label" translatable="yes">Format:</property> <property name="xalign">0</property> <property name="hexpand">False</property> <property name="use_markup">True</property> @@ -1945,7 +1945,7 @@ sync for broken players that do not honor MP4 edit lists.</property> <property name="halign">start</property> <property name="use_markup">True</property> <property name="margin-top">12</property> - <property name="label" translatable="yes"><b>Duration:</b></property> + <property name="label" translatable="yes">Duration:</property> </object> <packing> <property name="top_attach">4</property> @@ -1978,7 +1978,7 @@ sync for broken players that do not honor MP4 edit lists.</property> <object class="GtkLabel" id="tracks_summary_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes"><b>Tracks:</b></property> + <property name="label" translatable="yes">Tracks:</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="hexpand">False</property> @@ -2018,7 +2018,7 @@ sync for broken players that do not honor MP4 edit lists.</property> <object class="GtkLabel" id="filters_summary_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes"><b>Filters:</b></property> + <property name="label" translatable="yes">Filters:</property> <property name="use_markup">True</property> <property name="xalign">0</property> <property name="yalign">0</property> @@ -2058,7 +2058,7 @@ sync for broken players that do not honor MP4 edit lists.</property> <object class="GtkLabel" id="dimensions_summary_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes"><b>Size:</b></property> + <property name="label" translatable="yes">Size:</property> <property name="use_markup">True</property> <property name="halign">start</property> <property name="xalign">0</property> |