[geary] Ensure all new account/login placeholder text strings are translatable.



commit 159c119b9244d424644963a28d2adbf9e605489b
Author: Michael James Gratton <mike vee net>
Date:   Mon Sep 26 16:34:42 2016 +1000

    Ensure all new account/login placeholder text strings are translatable.
    
    Bug 771930.

 ui/login.glade |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ui/login.glade b/ui/login.glade
index 5d6bcc8..df3c7b5 100644
--- a/ui/login.glade
+++ b/ui/login.glade
@@ -85,7 +85,7 @@
             <property name="width_chars">0</property>
             <property name="primary_icon_activatable">False</property>
             <property name="secondary_icon_activatable">False</property>
-            <property name="placeholder_text">email example com</property>
+            <property name="placeholder_text" translatable="yes">email example com</property>
           </object>
           <packing>
             <property name="left_attach">1</property>
@@ -390,7 +390,7 @@
                 <property name="hexpand">True</property>
                 <property name="invisible_char">•</property>
                 <property name="activates_default">True</property>
-                <property name="placeholder_text">imap.example.com</property>
+                <property name="placeholder_text" translatable="yes">imap.example.com</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>
@@ -445,7 +445,7 @@
                 <property name="can_focus">True</property>
                 <property name="invisible_char">•</property>
                 <property name="activates_default">True</property>
-                <property name="placeholder_text">smtp.example.com</property>
+                <property name="placeholder_text" translatable="yes">smtp.example.com</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>


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