Revision: 12997 http://sourceforge.net/p/skim-app/code/12997 Author: hofman Date: 2022-07-07 15:06:35 +0000 (Thu, 07 Jul 2022) Log Message: ----------- accessibility label for color swatch
Modified Paths: -------------- trunk/SKColorSwatch.m trunk/de.lproj/Localizable.strings trunk/en.lproj/Localizable.strings trunk/es.lproj/Localizable.strings trunk/fr.lproj/Localizable.strings trunk/it.lproj/Localizable.strings trunk/ja.lproj/Localizable.strings trunk/nl.lproj/Localizable.strings trunk/pl.lproj/Localizable.strings trunk/ru.lproj/Localizable.strings trunk/zh_CN.lproj/Localizable.strings trunk/zh_TW.lproj/Localizable.strings Modified: trunk/SKColorSwatch.m =================================================================== --- trunk/SKColorSwatch.m 2022-07-07 14:56:04 UTC (rev 12996) +++ trunk/SKColorSwatch.m 2022-07-07 15:06:35 UTC (rev 12997) @@ -786,6 +786,10 @@ return [self accessibilityChildren]; } +- (NSString *)accessibilityLabel { + return NSLocalizedString(@"colors", @"accessibility description"); +} + - (id)accessibilityHitTest:(NSPoint)point { NSPoint localPoint = [self convertPointFromScreen:point]; NSInteger i = [self colorIndexAtPoint:localPoint]; Modified: trunk/de.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/en.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/es.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/fr.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/it.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/ja.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/nl.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/pl.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/ru.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/zh_CN.lproj/Localizable.strings =================================================================== (Binary files differ) Modified: trunk/zh_TW.lproj/Localizable.strings =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit