[Goodies-commits] r5965 - in xfce4-power-manager/trunk: po src

Ali Abdallah aliov at xfce.org
Tue Nov 4 11:04:03 CET 2008


Author: aliov
Date: 2008-11-04 10:04:03 +0000 (Tue, 04 Nov 2008)
New Revision: 5965

Modified:
   xfce4-power-manager/trunk/po/xfce4-power-manager.pot
   xfce4-power-manager/trunk/src/xfpm-driver.c
   xfce4-power-manager/trunk/src/xfpm-hal.c
Log:
fix some strings

Modified: xfce4-power-manager/trunk/po/xfce4-power-manager.pot
===================================================================
--- xfce4-power-manager/trunk/po/xfce4-power-manager.pot	2008-11-04 07:57:09 UTC (rev 5964)
+++ xfce4-power-manager/trunk/po/xfce4-power-manager.pot	2008-11-04 10:04:03 UTC (rev 5965)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-04 08:55+0100\n"
+"POT-Creation-Date: 2008-11-04 11:03+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -483,7 +483,7 @@
 #: ../src/xfpm-driver.c:907
 msgid ""
 "Unable to use power management service, functionalities like hibernate and "
-"suspend will not work Possible reasons: you don't have enough permission, "
+"suspend will not work. Possible reasons: you don't have enough permission, "
 "broken connection with the hardware abstract layer or the message bus daemon "
 "is not running"
 msgstr ""
@@ -544,7 +544,7 @@
 
 #: ../src/xfpm-hal.c:702
 #, c-format
-msgid "Message Hibernate didn't get a reply"
+msgid "Message hibernate didn't get a reply"
 msgstr ""
 
 #: ../src/xfpm-hal.c:723

Modified: xfce4-power-manager/trunk/src/xfpm-driver.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-driver.c	2008-11-04 07:57:09 UTC (rev 5964)
+++ xfce4-power-manager/trunk/src/xfpm-driver.c	2008-11-04 10:04:03 UTC (rev 5965)
@@ -905,7 +905,7 @@
 {
      const gchar *error =
                  _("Unable to use power management service, functionalities "\
-				  "like hibernate and suspend will not work "\
+				  "like hibernate and suspend will not work. "\
                   "Possible reasons: you don't have enough permission, "\
                   "broken connection with the hardware abstract layer "\
 				  "or the message bus daemon is not running");

Modified: xfce4-power-manager/trunk/src/xfpm-hal.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-hal.c	2008-11-04 07:57:09 UTC (rev 5964)
+++ xfce4-power-manager/trunk/src/xfpm-hal.c	2008-11-04 10:04:03 UTC (rev 5965)
@@ -699,7 +699,7 @@
     if ( !reply ) 
 	{						  		       
 	    critical = 0;
-	    g_set_error(gerror,XFPM_HAL_ERROR,XFPM_HAL_ERROR_GENERAL,_("Message Hibernate didn't get a reply"));
+	    g_set_error(gerror,XFPM_HAL_ERROR,XFPM_HAL_ERROR_GENERAL,_("Message hibernate didn't get a reply"));
 	    return FALSE;
     }
 




More information about the Goodies-commits mailing list