[epiphany] Remove markup from strings in an ui file
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Remove markup from strings in an ui file
- Date: Sun, 29 Jan 2017 03:31:36 +0000 (UTC)
commit 6302fc63b6da308bb73a5b6ed56c441d615a90e4
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Jan 29 04:31:24 2017 +0100
Remove markup from strings in an ui file
src/resources/gtk/encoding-dialog.ui | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/src/resources/gtk/encoding-dialog.ui b/src/resources/gtk/encoding-dialog.ui
index 5170705..9d158df 100644
--- a/src/resources/gtk/encoding-dialog.ui
+++ b/src/resources/gtk/encoding-dialog.ui
@@ -61,8 +61,10 @@
<property name="visible">True</property>
<property name="halign">start</property>
<property name="margin-start">8</property>
- <property name="use-markup">True</property>
- <property name="label" translatable="yes"><b>Recent
encodings</b></property> <!-- TODO better -->
+ <property name="label" translatable="yes">Recent encodings</property> <!-- TODO
better -->
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
<child>
@@ -84,8 +86,10 @@
<property name="visible">True</property>
<property name="halign">start</property>
<property name="margin-start">8</property>
- <property name="use-markup">True</property>
- <property name="label" translatable="yes"><b>Related
encodings</b></property> <!-- TODO better -->
+ <property name="label" translatable="yes">Related encodings</property> <!-- TODO
better -->
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]