[gnome-media] Removed markup from translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-media] Removed markup from translatable strings
- Date: Sun, 17 Jan 2010 19:48:35 +0000 (UTC)
commit cd66e24b9ccb4dcfcf044e51f22616a0fbf9d3eb
Author: Claude Paroz <claude 2xlibre net>
Date: Sun Jan 17 20:48:21 2010 +0100
Removed markup from translatable strings
gstreamer-properties/gstreamer-properties.ui | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/gstreamer-properties/gstreamer-properties.ui b/gstreamer-properties/gstreamer-properties.ui
index 2170a84..333787b 100644
--- a/gstreamer-properties/gstreamer-properties.ui
+++ b/gstreamer-properties/gstreamer-properties.ui
@@ -34,8 +34,10 @@
<object class="GtkLabel" id="audiosink_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Default Output</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Default Output</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="right_attach">2</property>
@@ -223,8 +225,10 @@
<object class="GtkLabel" id="audiosrc_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Default Input</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Default Input</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="right_attach">2</property>
@@ -428,8 +432,10 @@
<object class="GtkLabel" id="videosink_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Default Output</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Default Output</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="right_attach">2</property>
@@ -617,8 +623,10 @@
<object class="GtkLabel" id="videosrc_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Default Input</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Default Input</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="right_attach">2</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]