[network-manager-applet] Remove markup from strings in an ui file
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] Remove markup from strings in an ui file
- Date: Sat, 22 Feb 2014 00:32:23 +0000 (UTC)
commit 4324744daae9fb582c5601881d8b8930db87e9ab
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Feb 22 01:23:09 2014 +0100
Remove markup from strings in an ui file
src/connection-editor/ce-page-dcb.ui | 30 ++++++++++++++++++++----------
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 58db900..816c29a 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"><b>Feature</b></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"><b>Enable</b></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"><b>Advertise</b></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"><b>Willing</b></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"><b>Priority</b></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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]