[cheese] ui: remove markup from translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Subject: [cheese] ui: remove markup from translatable strings
- Date: Sun, 21 Jun 2009 14:39:53 -0400 (EDT)
commit 25e623251bafd61a2a862387347a8467760aef36
Author: Claude Paroz <claude 2xlibre net>
Date: Sun Jun 21 20:39:43 2009 +0200
ui: remove markup from translatable strings
data/cheese-prefs.ui | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/data/cheese-prefs.ui b/data/cheese-prefs.ui
index 0d80cc5..08eb9d4 100644
--- a/data/cheese-prefs.ui
+++ b/data/cheese-prefs.ui
@@ -107,8 +107,10 @@
<child type="label">
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Webcam</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Webcam</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -261,8 +263,10 @@
<child type="label">
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Image properties</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Image properties</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]