~ubuntu-branches/ubuntu/lucid/gedit/lucid-proposed

« back to all changes in this revision

Viewing changes to plugins/spell/spell-checker.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-22 23:48:52 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222234852-j17emhgwyobpiswf
Tags: 2.29.7-0ubuntu1
* New upstream version:
  - Many string fixes
  - Misc bugfixes
* debian/control.in:
  - updated gtksourceview and pygtksourceview requirements
  - Misc bugfixes
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
            <child>
74
74
              <object class="GtkLabel" id="misspelled_word_label">
75
75
                <property name="visible">True</property>
76
 
                <property name="label" translatable="yes">&lt;b&gt;word&lt;/b&gt;</property>
 
76
                <property name="label" translatable="yes">word</property>
77
77
                <property name="use_underline">False</property>
78
78
                <property name="use_markup">True</property>
79
79
                <property name="justify">GTK_JUSTIFY_CENTER</property>
83
83
                <property name="yalign">0.5</property>
84
84
                <property name="xpad">0</property>
85
85
                <property name="ypad">0</property>
 
86
                <attributes>
 
87
                  <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
 
88
                </attributes>
86
89
              </object>
87
90
              <packing>
88
91
                <property name="left_attach">1</property>
412
415
                <child>
413
416
                  <object class="GtkLabel" id="language_label">
414
417
                    <property name="visible">True</property>
415
 
                    <property name="label" translatable="yes">&lt;b&gt;Language&lt;/b&gt;</property>
 
418
                    <property name="label" translatable="yes">Language</property>
416
419
                    <property name="use_underline">False</property>
417
420
                    <property name="use_markup">True</property>
418
421
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
422
425
                    <property name="yalign">0.5</property>
423
426
                    <property name="xpad">0</property>
424
427
                    <property name="ypad">0</property>
 
428
                    <attributes>
 
429
                      <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
 
430
                    </attributes>
425
431
                  </object>
426
432
                  <packing>
427
433
                    <property name="padding">0</property>