Updating branch refs/heads/master
         to 97a5a7e565344cde11b3e821f7994040742038fc (commit)
       from 599739a6f738cce9898bed20cb647ff27db31312 (commit)

commit 97a5a7e565344cde11b3e821f7994040742038fc
Author: Nick Schermer <[email protected]>
Date:   Fri Apr 20 18:56:54 2012 +0200

    Fix typo.

 src/xfpm-power.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/xfpm-power.c b/src/xfpm-power.c
index 644b6e5..796bef8 100644
--- a/src/xfpm-power.c
+++ b/src/xfpm-power.c
@@ -326,9 +326,9 @@ xfpm_power_sleep (XfpmPower *power, const gchar 
*sleep_time, gboolean force)
 
        ret = xfce_dialog_confirm (NULL,
                                   GTK_STOCK_OK, _("_Hibernate"),
-                                  _("An application is currently disabling the 
automatic sleep."
-                                    "Doing this action now may damage the 
working state of this application?"),
-                                  _("Are you sure you want to hibernate the 
system."));
+                                  _("An application is currently disabling the 
automatic sleep. "
+                                    "Doing this action now may damage the 
working state of this application."),
+                                  _("Are you sure you want to hibernate the 
system?"));
 
        if ( !ret )
            return;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to