[Xfce4-commits] <xfce4-power-manager:master> Fix typo.

Nick Schermer noreply at xfce.org
Fri Apr 20 18:58:01 CEST 2012


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

commit 97a5a7e565344cde11b3e821f7994040742038fc
Author: Nick Schermer <nick at xfce.org>
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;


More information about the Xfce4-commits mailing list