[gnome-netstatus] Remove markup from translatable strings (Bug #114865)
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-netstatus] Remove markup from translatable strings (Bug #114865)
- Date: Tue, 2 Jun 2009 14:02:59 -0400 (EDT)
commit 76a81f203bf3c6eed385e5194baeb784b4a49665
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Jun 2 20:02:21 2009 +0200
Remove markup from translatable strings (Bug #114865)
---
src/gnome-netstatus.ui | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/src/gnome-netstatus.ui b/src/gnome-netstatus.ui
index adfa9cd..90cd7ee 100644
--- a/src/gnome-netstatus.ui
+++ b/src/gnome-netstatus.ui
@@ -31,8 +31,10 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Connection</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Connection</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -143,8 +145,10 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Activity</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Activity</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -238,8 +242,10 @@
<object class="GtkLabel" id="label48">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Signal Strength</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Signal Strength</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -312,8 +318,10 @@
<object class="GtkLabel" id="label25">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Internet Protocol (IPv4)</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Internet Protocol (IPv4)</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -464,8 +472,10 @@
<object class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Internet Protocol (IPv6)</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Internet Protocol (IPv6)</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -559,8 +569,10 @@
<object class="GtkLabel" id="dev_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Network Device</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Network Device</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]