[anaconda][master/rhel7-branch][1/3] Add dialog box to warn about formatting DASDs. (#1064423)

David Shea dshea at redhat.com
Mon Mar 3 19:15:11 UTC 2014


On 03/03/2014 12:53 PM, Samantha N. Bueno wrote:
> +                  <object class="GtkLabel" id="label18">
> +                    <property name="visible">True</property>
> +                    <property name="can_focus">False</property>
> +                    <property name="xalign">0</property>
> +                    <property name="label" translatable="yes">&lt;b&gt;Disk formatting complete.&lt;/b&gt;</property>
> +                    <property name="use_markup">True</property>
> +                  </object>

On this particular string, since <b>...</b> surrounds the entire label, 
we can get rid of the markup and put it in a pango attribute (and thus 
make it impossible to mistranslate). In glade, instead of picking "use 
markup" under the label text, pick "attributes", hit the Edit Attributes 
button, and pick "bold" under weight.


More information about the anaconda-patches mailing list