Remove markup from translatable strings in GTKBuilder files. Fixes #99759
This commit is contained in:
parent
13b5e27cbd
commit
339738a567
12 changed files with 401 additions and 186 deletions
|
@ -172,8 +172,10 @@
|
|||
<object class="GtkLabel" id="label1017">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes"><b>Email</b></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"><b>Telephone</b></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"><b>Instant Messaging</b></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"><b>Home</b></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"><b>Work</b></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"><b>Web</b></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"><b>Job</b></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>
|
||||
|
|
|
@ -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"><span size="larger" weight="bold">Change your password</span></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue