[gnome-characters] menu: Remove markup from a translatable string
- From: Piotr DrÄ…g <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] menu: Remove markup from a translatable string
- Date: Wed, 10 Feb 2016 20:51:17 +0000 (UTC)
commit c8c65ed438db86399f32934706c39c89d2e7614c
Author: Piotr DrÄ…g <piotrdrag gmail com>
Date: Wed Feb 10 21:50:26 2016 +0100
menu: Remove markup from a translatable string
https://wiki.gnome.org/Initiatives/GnomeGoals/RemoveMarkupInMessages
data/menu.ui | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/menu.ui b/data/menu.ui
index 96eac8e..68c1384 100644
--- a/data/menu.ui
+++ b/data/menu.ui
@@ -14,8 +14,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="halign">center</property>
- <property name="use-markup">True</property>
- <property name="label" translatable="yes"><b>Filter by Font</b></property>
+ <property name="label" translatable="yes">Filter by Font</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]