[26817] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25774 - trunk/debathena/config/lightdm-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Sep 27 12:04:42 2012

Date: Thu, 27 Sep 2012 12:04:34 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201209271604.q8RG4Yxe009568@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-09-27 12:04:34 -0400 (Thu, 27 Sep 2012)
New Revision: 25774

Modified:
   trunk/debathena/config/lightdm-config/debian/changelog
   trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui
Log:
In lightdm-config:
  * Fix tooltips in power menu (Trac: #1260)


Modified: trunk/debathena/config/lightdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/lightdm-config/debian/changelog	2012-09-26 21:14:44 UTC (rev 25773)
+++ trunk/debathena/config/lightdm-config/debian/changelog	2012-09-27 16:04:34 UTC (rev 25774)
@@ -1,3 +1,9 @@
+debathena-lightdm-config (1.8) unstable; urgency=low
+
+  * Fix tooltips in power menu (Trac: #1260)
+
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 27 Sep 2012 12:04:28 -0400
+
 debathena-lightdm-config (1.7) unstable; urgency=low
 
   * Deal with AFS possibly not being up by the time lightdm starts

Modified: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui
===================================================================
--- trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui	2012-09-26 21:14:44 UTC (rev 25773)
+++ trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ui	2012-09-27 16:04:34 UTC (rev 25774)
@@ -55,6 +55,7 @@
                         <property name="use_action_appearance">False</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="tooltip_text" translatable="yes">Hibernate this computer</property>
                         <property name="label" translatable="yes">Hibernate</property>
                         <signal name="activate" handler="power_cb" swapped="no"/>
                       </object>
@@ -64,6 +65,7 @@
                         <property name="use_action_appearance">False</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="tooltip_text" translatable="yes">Suspend this computer</property>
                         <property name="label" translatable="yes">Suspend</property>
                         <signal name="activate" handler="power_cb" swapped="no"/>
                       </object>
@@ -73,7 +75,7 @@
                         <property name="use_action_appearance">False</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="tooltip_text" translatable="yes">a</property>
+                        <property name="tooltip_text" translatable="yes">Restart (reboot) this computer</property>
                         <property name="label" translatable="yes">Restart</property>
                         <signal name="activate" handler="power_cb" swapped="no"/>
                       </object>
@@ -83,6 +85,7 @@
                         <property name="use_action_appearance">False</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="tooltip_text" translatable="yes">Shutdown (power off) this computer</property>
                         <property name="label" translatable="yes">Shutdown</property>
                         <signal name="activate" handler="power_cb" swapped="no"/>
                       </object>


home help back first fref pref prev next nref lref last post