[Xfce4-commits] [xfce/xfce4-power-manager] 07/07: Remove tab from translatable string

noreply at xfce.org noreply at xfce.org
Thu Jul 10 19:34:03 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit c4dc7b64aa5c8896e66802a4173d6fdc90862396
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu Jul 10 20:32:31 2014 +0300

    Remove tab from translatable string
---
 common/xfpm-power-common.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/xfpm-power-common.c b/common/xfpm-power-common.c
index be9240b..59f98f1 100644
--- a/common/xfpm-power-common.c
+++ b/common/xfpm-power-common.c
@@ -450,7 +450,7 @@ get_device_description (UpClient *upower, UpDevice *device)
         else
         {
             /* unknown device state, just display the percentage */
-            tip = g_strdup_printf (_("<b>%s %s</b>\t\nUnknown state\t"),
+            tip = g_strdup_printf (_("<b>%s %s</b>\nUnknown state"),
                            vendor, model);
         }
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list