[Xfce4-commits] <xfce4-power-manager:master> Fix string.
Ali Abdallah
noreply at xfce.org
Tue Feb 15 21:32:01 CET 2011
Updating branch refs/heads/master
to d66cf04142c818689d83cdd0a315e3d3be657d9c (commit)
from 18c242a655e8de14511ccc8b0f76ee3a4f4f9f7d (commit)
commit d66cf04142c818689d83cdd0a315e3d3be657d9c
Author: Ali Abdallah <aliov at xfce.org>
Date: Tue Feb 15 21:30:18 2011 +0100
Fix string.
src/xfpm-power.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xfpm-power.c b/src/xfpm-power.c
index 23f7f25..bbe1a77 100644
--- a/src/xfpm-power.c
+++ b/src/xfpm-power.c
@@ -952,7 +952,7 @@ xfpm_power_battery_charge_changed_cb (XfpmBattery *battery, XfpmPower *power)
time_str = xfpm_battery_get_time_left (battery);
- msg = g_strdup_printf (_("Your %s y charge level is low\nEstimated time left %s"), battery_name, time_str);
+ msg = g_strdup_printf (_("Your %s charge level is low\nEstimated time left %s"), battery_name, time_str);
xfpm_notify_show_notification (power->priv->notify,
More information about the Xfce4-commits
mailing list