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

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Mar 3 19:29:41 UTC 2014


On Mon, Mar 03, 2014 at 02:15:11PM -0500, David Shea wrote:
> 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.

Thanks for the suggestion, I've added the change in my local copy.

Samantha


More information about the anaconda-patches mailing list