Remove markup from translatable strings in GTKBuilder files. Fixes #99759

This commit is contained in:
Claude Paroz 2009-08-06 11:53:34 +02:00
parent 13b5e27cbd
commit 339738a567
12 changed files with 401 additions and 186 deletions

View file

@ -172,8 +172,10 @@
<object class="GtkLabel" id="label1017">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Email&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Email</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -280,8 +282,10 @@
<object class="GtkLabel" id="label1021">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Telephone&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Telephone</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -444,8 +448,10 @@
<object class="GtkLabel" id="label1023">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Instant Messaging&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Instant Messaging</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -686,8 +692,10 @@
<object class="GtkLabel" id="label1043">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Home&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Home</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -934,8 +942,10 @@
<object class="GtkLabel" id="label1050">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Work&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Work</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -1196,8 +1206,10 @@
<object class="GtkLabel" id="label1028">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Web&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Web</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -1332,8 +1344,10 @@
<object class="GtkLabel" id="label1035">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Job&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Job</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>

View file

@ -40,8 +40,11 @@
<object class="GtkLabel" id="header-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;span size="larger" weight="bold"&gt;Change your password&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Change your password</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>