if (fRipIndicatorShown)
{
self.bottomConstrain.animator.constant = -WINDOW_HEIGHT_OFFSET;
+ fRipIndicator.hidden = YES;
fRipIndicatorShown = NO;
// Refresh the toolbar buttons
{
self.bottomConstrain.animator.constant = 0;
fRipIndicatorShown = YES;
+ fRipIndicator.hidden = NO;
// Refresh the toolbar buttons
[self.window.toolbar validateVisibleItems];
{
if (self.image)
{
- return [NSString stringWithFormat:NSLocalizedString(@"Previw Image Size: %zu x %zu, Scale: %.0f%%", nil), CGImageGetWidth(self.image), CGImageGetHeight(self.image), self.scale * 100];
+ return [NSString stringWithFormat:NSLocalizedString(@"Preview Image, Size: %zu x %zu, Scale: %.0f%%", nil), CGImageGetWidth(self.image), CGImageGetHeight(self.image), self.scale * 100];
}
return NSLocalizedString(@"No image", nil);
}