[epiphany] passwords-dialog: add tooltips to buttons



commit 643021937e1187d036cfd47b1c5c64e0da6f1b9d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Aug 28 20:14:52 2014 -0500

    passwords-dialog: add tooltips to buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735649

 src/resources/passwords-dialog.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/passwords-dialog.ui b/src/resources/passwords-dialog.ui
index f86d523..09da50e 100644
--- a/src/resources/passwords-dialog.ui
+++ b/src/resources/passwords-dialog.ui
@@ -203,6 +203,7 @@
                                 <property name="sensitive">False</property>
                                 <property name="can_focus">False</property>
                                 <property name="use_underline">True</property>
+                                <property name="tooltip_text" translatable="yes">Forget the selected 
passwords</property>
                                 <signal name="clicked" handler="on_remove_button_clicked" 
object="PasswordsDialog" swapped="no"/>
                                 <child>
                                   <object class="GtkImage" id="remove_password_image">
@@ -249,6 +250,7 @@
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="use_underline">True</property>
+                                <property name="tooltip_text" translatable="yes">Reveal all the 
passwords</property>
                                 <signal name="toggled" handler="on_show_passwords_button_toggled" 
object="PasswordsDialog" swapped="no"/>
                                 <child>
                                   <object class="GtkImage" id="show_passwords_image">


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