1.1 --- a/Extras/HardwareGrowler/AppController.m Tue May 05 00:50:25 2009 -0700
1.2 +++ b/Extras/HardwareGrowler/AppController.m Tue May 05 01:18:18 2009 -0700
1.3 @@ -548,7 +548,7 @@
1.4 if (isCharging == kCFBooleanTrue) {
1.5 [description appendString:NSLocalizedString(@"Battery charging...", nil)];
1.6 if (haveBatteryTime || haveBatteryPercentage) [description appendString:@"\n"];
1.7 - if (haveBatteryTime) [description appendFormat:NSLocalizedString(@"Time to charge: %i", nil), batteryTime];
1.8 + if (haveBatteryTime) [description appendFormat:NSLocalizedString(@"Time to charge: %i minutes", nil), batteryTime];
1.9 if (haveBatteryTime && haveBatteryPercentage) [description appendString:@"\n"];
1.10 if (haveBatteryPercentage) [description appendFormat:NSLocalizedString(@"Current charge: %d%%", nil), batteryPercentage];
1.11 imageData = powerACChargingIcon();