[moserial] Remove markup from translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moserial] Remove markup from translatable strings
- Date: Fri, 19 Aug 2011 19:01:58 +0000 (UTC)
commit 7b24f3b3354b8a5de1843db004d5ffbbe8835e42
Author: Claude Paroz <claude 2xlibre net>
Date: Fri Aug 19 21:00:45 2011 +0200
Remove markup from translatable strings
Fixes bug #656932
data/glade/moserial.ui | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/data/glade/moserial.ui b/data/glade/moserial.ui
index 1b35a27..ed43666 100644
--- a/data/glade/moserial.ui
+++ b/data/glade/moserial.ui
@@ -72,8 +72,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Font</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Font</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -252,8 +254,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Recording</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Recording</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -812,8 +816,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Port Settings</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Port Settings</property>
+ <attributes>
+ <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1607,8 +1613,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><i>Outgoing</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Outgoing</property>
+ <attributes>
+ <attribute name="style" value="PANGO_STYLE_ITALIC"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]