[gcalctool] Remove markup in translatable messages
- From: Jiro Matsuzawa <jmatsuzawa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Remove markup in translatable messages
- Date: Thu, 12 Jul 2012 10:42:31 +0000 (UTC)
commit 37d02d608dd16084c9d21cf29806664b26feccbd
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date: Thu Jul 12 15:11:34 2012 +0900
Remove markup in translatable messages
https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
data/buttons-advanced.ui | 6 ++++--
data/buttons-financial.ui | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/data/buttons-advanced.ui b/data/buttons-advanced.ui
index 03cefaa..ac94ecf 100644
--- a/data/buttons-advanced.ui
+++ b/data/buttons-advanced.ui
@@ -608,8 +608,10 @@
<child>
<object class="GtkLabel" id="label23">
<property name="visible">True</property>
- <property name="label" translatable="yes" comments="The label on the memory button"><i>x</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes" comments="The label on the memory button">x</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
diff --git a/data/buttons-financial.ui b/data/buttons-financial.ui
index f826c28..1629924 100644
--- a/data/buttons-financial.ui
+++ b/data/buttons-financial.ui
@@ -1918,8 +1918,10 @@
<object class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="The label on the memory button"><i>x</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes" comments="The label on the memory button">x</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]