]> granicus.if.org Git - handbrake/commitdiff
LinGui: remove bold attribut from some labels
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 22 Dec 2017 22:54:11 +0000 (14:54 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 22 Dec 2017 22:54:11 +0000 (14:54 -0800)
gtk/src/ghb.m4

index 54b17034ed8d383585008f9b6efaa6e27993f244..133b299ae8da8e8c153b188c4558d34f71472954 100644 (file)
@@ -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">&lt;b&gt;Format:&lt;/b&gt;</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">&lt;b&gt;Duration:&lt;/b&gt;</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">&lt;b&gt;Tracks:&lt;/b&gt;</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">&lt;b&gt;Filters:&lt;/b&gt;</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">&lt;b&gt;Size:&lt;/b&gt;</property>
+                                <property name="label" translatable="yes">Size:</property>
                                 <property name="use_markup">True</property>
                                 <property name="halign">start</property>
                                 <property name="xalign">0</property>