diff --git a/js/ui/status/power.js b/js/ui/status/power.js index 2994f099f..ec1e9ae4e 100644 --- a/js/ui/status/power.js +++ b/js/ui/status/power.js @@ -74,12 +74,12 @@ const Indicator = new Lang.Class({ if (state == UPower.DeviceState.DISCHARGING) { // Translators: this is : Remaining () - return _("%d\u2236%02d Remaining (%d%%)".format(hours, minutes, percentage)); + return _("%d\u2236%02d Remaining (%d%%)").format(hours, minutes, percentage); } if (state == UPower.DeviceState.CHARGING) { // Translators: this is : Until Full () - return _("%d\u2236%02d Until Full (%d%%)".format(hours, minutes, percentage)); + return _("%d\u2236%02d Until Full (%d%%)").format(hours, minutes, percentage); } // state is one of PENDING_CHARGING, PENDING_DISCHARGING