deskbar-applet r1919 - in trunk: . deskbar/handlers



Author: sebp
Date: Sat Feb  9 11:58:16 2008
New Revision: 1919
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=1919&view=rev

Log:
Fixed bug #515318: small typo in string

Modified:
   trunk/ChangeLog
   trunk/deskbar/handlers/gdmactions.py

Modified: trunk/deskbar/handlers/gdmactions.py
==============================================================================
--- trunk/deskbar/handlers/gdmactions.py	(original)
+++ trunk/deskbar/handlers/gdmactions.py	Sat Feb  9 11:58:16 2008
@@ -27,7 +27,7 @@
 def logout_prompt(prompt_type):
     global TIMEOUT
     if prompt_type == PROMPT_SHUTDOWN:
-        message = _("Shut down of this system now?")
+        message = _("Shut down this system now?")
         secondary = _("This system will be automatically shut down in %s seconds.")
         button_label = _("Shut Down")
     elif prompt_type == PROMPT_LOGOUT:



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