diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2012-05-16 03:12:02 +0800 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2012-05-16 03:12:02 +0800 |
commit | dfb3a6b6ed46bbdb3c9f4fbf1c398ddf2e1b2a19 (patch) | |
tree | 2d2bf9f73394a586b1ffe1a63d0e420dbe1f996a /addressbook | |
parent | abbeb6018582bc6b7700056a0c0f9d196664c1ec (diff) | |
download | gsoc2013-evolution-dfb3a6b6ed46bbdb3c9f4fbf1c398ddf2e1b2a19.tar.gz gsoc2013-evolution-dfb3a6b6ed46bbdb3c9f4fbf1c398ddf2e1b2a19.tar.zst gsoc2013-evolution-dfb3a6b6ed46bbdb3c9f4fbf1c398ddf2e1b2a19.zip |
Mark forgotten tooltip strings as translatable
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/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 95e0ea7bb1..2d836cdc46 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> |