summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2014-02-22 01:23:09 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2014-02-22 01:23:09 +0100
commit4324744daae9fb582c5601881d8b8930db87e9ab (patch)
tree4e80dc8e497a8458c822b0d423d6ec00dc18ea32
parenta4ab7a5d658bb800bf6eb97a78f8e8a0700381a4 (diff)
downloadnetwork-manager-applet-4324744daae9fb582c5601881d8b8930db87e9ab.tar.gz
Remove markup from strings in an ui file
-rw-r--r--src/connection-editor/ce-page-dcb.ui30
1 files changed, 20 insertions, 10 deletions
diff --git a/src/connection-editor/ce-page-dcb.ui b/src/connection-editor/ce-page-dcb.ui
index 58db900b..816c29ad 100644
--- a/src/connection-editor/ce-page-dcb.ui
+++ b/src/connection-editor/ce-page-dcb.ui
@@ -109,8 +109,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">&lt;b&gt;Feature&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Feature</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">0</property>
@@ -126,8 +128,10 @@
<property name="halign">center</property>
<property name="margin_left">6</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">&lt;b&gt;Enable&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Enable</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -143,8 +147,10 @@
<property name="halign">center</property>
<property name="margin_left">6</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">&lt;b&gt;Advertise&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Advertise</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">2</property>
@@ -160,8 +166,10 @@
<property name="halign">center</property>
<property name="margin_left">6</property>
<property name="margin_right">6</property>
- <property name="label" translatable="yes">&lt;b&gt;Willing&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Willing</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">3</property>
@@ -176,8 +184,10 @@
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="margin_right">16</property>
- <property name="label" translatable="yes">&lt;b&gt;Priority&lt;/b&gt;</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Priority</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">4</property>