[gnome-bluetooth] Remove markup from translatable strings
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Remove markup from translatable strings
- Date: Sat, 6 Jun 2009 05:16:39 -0400 (EDT)
commit 2a4d6ee3aa9285969d9b593c5e413b0128554041
Author: Claude Paroz <claude 2xlibre net>
Date: Sat Jun 6 11:03:18 2009 +0200
Remove markup from translatable strings
---
wizard/wizard.ui | 28 ++++++++++++++++++----------
1 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index f4f220f..4daff97 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.14"/>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAssistant" id="assistant">
<property name="title" translatable="yes">Bluetooth Device Wizard</property>
@@ -20,8 +20,10 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes"><b>Welcome to the Bluetooth device setup wizard</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Welcome to the Bluetooth device setup wizard</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -110,8 +112,10 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes"><b>Setting up new device</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Setting up new device</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -184,8 +188,10 @@
<property name="visible">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes"><b>Additional setup</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Additional setup</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -253,8 +259,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Fixed Passkey</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Fixed Passkey</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">1</property>
@@ -362,7 +370,7 @@
</child>
<child>
<object class="GtkButton" id="button1">
- <property name="label" translatable="yes">gtk-close</property>
+ <property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]