[gnome-flashback] Fix copy-paste error



commit 00399a1b4da974c413f921cc126db78c5910da7b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Sep 11 22:48:58 2015 +0200

    Fix copy-paste error

 gnome-flashback/libpower-applet/gf-power-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libpower-applet/gf-power-applet.c 
b/gnome-flashback/libpower-applet/gf-power-applet.c
index fc4ad3e..fc5cb28 100644
--- a/gnome-flashback/libpower-applet/gf-power-applet.c
+++ b/gnome-flashback/libpower-applet/gf-power-applet.c
@@ -206,7 +206,7 @@ get_tooltip_text (GfPowerApplet *applet)
   if (state == UP_DEVICE_STATE_CHARGING)
     {
       /* Translators: this is <hours>:<minutes> Until Full (<percentage>) */
-      return g_strdup_printf (_("%.0f:%02.0f Remaining (%.0f%%)"),
+      return g_strdup_printf (_("%.0f:%02.0f Until Full (%.0f%%)"),
                               hours, minutes, percentage);
     }
 


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