Skip to content

Commit 69874f0

Browse files
committed
updated copy
1 parent 28bb678 commit 69874f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Classes/ViewRelated/Reader/WPImageViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,10 @@ - (void)setupAccessibility
571571
self.imageView.accessibilityTraits = UIAccessibilityTraitImage;
572572

573573
if (self.media != nil && self.media.title != nil) {
574-
self.imageView.accessibilityLabel = [NSString stringWithFormat:NSLocalizedString(@"Fullscreen view of image %@. Double tap to dismiss the screen", @"Accessibility label for when image is shown to user in full screen, with instructions on how to dismiss the screen. Paramater is the title of the image"), self.media.title];
574+
self.imageView.accessibilityLabel = [NSString stringWithFormat:NSLocalizedString(@"Fullscreen view of image %@. Double tap to dismiss", @"Accessibility label for when image is shown to user in full screen, with instructions on how to dismiss the screen. Placeholder is the title of the image"), self.media.title];
575575
}
576576
else {
577-
self.imageView.accessibilityLabel = NSLocalizedString(@"Fullscreen view of image. Double tap to dismiss the screen", @"Accessibility label for when image is shown to user in full screen, with instructions on how to dismiss the screen");
577+
self.imageView.accessibilityLabel = NSLocalizedString(@"Fullscreen view of image. Double tap to dismiss", @"Accessibility label for when image is shown to user in full screen, with instructions on how to dismiss the screen");
578578
}
579579

580580
}

0 commit comments

Comments
 (0)