[anjuta-extras] Remove markup from strings
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta-extras] Remove markup from strings
- Date: Tue, 15 May 2012 18:36:28 +0000 (UTC)
commit 31d298faa76760e9f9b1cfbf052b203d5df926a4
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Tue May 15 20:34:48 2012 +0200
Remove markup from strings
plugins/scintilla/anjuta-editor-scintilla.ui | 42 +++++++++++++++++--------
plugins/scratchbox/anjuta-scratchbox.ui | 7 ++--
2 files changed, 32 insertions(+), 17 deletions(-)
---
diff --git a/plugins/scintilla/anjuta-editor-scintilla.ui b/plugins/scintilla/anjuta-editor-scintilla.ui
index 97ae065..9475250 100644
--- a/plugins/scintilla/anjuta-editor-scintilla.ui
+++ b/plugins/scintilla/anjuta-editor-scintilla.ui
@@ -198,8 +198,10 @@
<object class="GtkLabel" id="label12334">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Autocompletion</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Autocompletion</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -401,8 +403,10 @@
<object class="GtkLabel" id="label1297">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Code folding</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Code folding</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -652,8 +656,10 @@
<object class="GtkLabel" id="label12337">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Misc options</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Misc options</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -945,8 +951,10 @@
<object class="GtkLabel" id="label12321">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Basic Indentation</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Basic Indentation</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -1271,8 +1279,10 @@
<object class="GtkLabel" id="label129">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Print options</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Print options</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -1620,8 +1630,10 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Highlight style</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Highlight style</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -1768,8 +1780,10 @@
<object class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Other colors</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Other colors</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/plugins/scratchbox/anjuta-scratchbox.ui b/plugins/scratchbox/anjuta-scratchbox.ui
index 3255964..fef1520 100644
--- a/plugins/scratchbox/anjuta-scratchbox.ui
+++ b/plugins/scratchbox/anjuta-scratchbox.ui
@@ -165,10 +165,11 @@
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="ypad">14</property>
- <property name="label" translatable="yes"><b>Scratchbox Options</b>
-</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Scratchbox Options</property>
<property name="justify">fill</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]