[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: Tue, 11 Jul 2017 16:17:43 +0000 (UTC)
commit 431631a2f09ad1688e0804cd9b3eb7430b274107
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Jul 11 18:16:19 2017 +0200
Remove markup from strings in an ui file
https://wiki.gnome.org/Initiatives/GnomeGoals/RemoveMarkupInMessages
src/connection-editor/ce-page-team-port.ui | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/src/connection-editor/ce-page-team-port.ui b/src/connection-editor/ce-page-team-port.ui
index 13ccaaf..6490101 100644
--- a/src/connection-editor/ce-page-team-port.ui
+++ b/src/connection-editor/ce-page-team-port.ui
@@ -246,8 +246,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes"><b>Active-Backup runner
options</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Active-Backup runner options</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">0</property>
@@ -305,8 +307,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes"><b>LACP runner
options</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">LACP runner options</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]