[evolution] Mark forgotten tooltip strings as translatable



commit dfb3a6b6ed46bbdb3c9f4fbf1c398ddf2e1b2a19
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue May 15 21:12:02 2012 +0200

    Mark forgotten tooltip strings as translatable

 .../gui/contact-list-editor/contact-list-editor.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui
index 95e0ea7..2d836cd 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.ui
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui
@@ -207,7 +207,7 @@
                                 <property name="can_default">True</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip_markup">Add an email to the List</property>
-                                <property name="tooltip_text">Add an email to the List</property>
+                                <property name="tooltip_text" translatable="yes">Add an email to the List</property>
                                 <property name="label">gtk-add</property>
                                 <property name="use_stock">True</property>
                                 <property name="xalign">0</property>
@@ -226,7 +226,7 @@
                                 <property name="can_default">True</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip_markup">Remove an email address from the List</property>
-                                <property name="tooltip_text">Remove an email address from the List</property>
+                                <property name="tooltip_text" translatable="yes">Remove an email address from the List</property>
                                 <property name="label">gtk-remove</property>
                                 <property name="use_stock">True</property>
                                 <property name="xalign">0</property>
@@ -247,7 +247,7 @@
                                 <property name="has_tooltip">True</property>
 				<property name="use_underline">True</property>
                                 <property name="tooltip_markup">Insert email addresses from Address Book</property>
-                                <property name="tooltip_text">Insert email addresses from Address Book</property>
+                                <property name="tooltip_text" translatable="yes">Insert email addresses from Address Book</property>
                                 <property name="label" translatable="yes">_Select...</property>
                                 <signal name="clicked" handler="contact_list_editor_select_button_clicked_cb"/>
                               </object>



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