[gyrus] Remove unnecesary markup in string



commit a1e8c94e5d324414447068d6e444efe029616513
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Nov 9 18:03:41 2012 +0100

    Remove unnecesary markup in string

 src/ui/create_mailbox.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/create_mailbox.xml b/src/ui/create_mailbox.xml
index ae472e8..587da21 100644
--- a/src/ui/create_mailbox.xml
+++ b/src/ui/create_mailbox.xml
@@ -13,7 +13,7 @@
       <object class="GtkLabel" id="label_mailbox_name">
         <property name="visible">True</property>
         <property name="xalign">0</property>
-        <property name="label" translatable="yes">&lt;b&gt;Name:&lt;/b&gt;</property>
+        <property name="label" translatable="yes">Name:</property>
         <attributes>
          <attribute name="weight" value="bold"/>
         </attributes>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]