Changed accessibility text for heart.
This commit is contained in:
parent
d608ac040e
commit
223757ab0f
@ -45,7 +45,7 @@ import UIKit
|
||||
|
||||
func drawHeart() -> CAShapeLayer {
|
||||
let heart = CAShapeLayer()
|
||||
let rect = self.bounds
|
||||
let rect = bounds
|
||||
let leftArc = rect.width * 0.4
|
||||
let rightArc = rect.height * 0.3
|
||||
let arcRadius = sqrt(leftArc*leftArc + rightArc*rightArc)/2
|
||||
|
||||
@ -69,9 +69,9 @@
|
||||
|
||||
// MARK: Heart
|
||||
"heart" = "Favorite";
|
||||
"heart_action_hint" = "Double tap to select";
|
||||
"heart_selected_state" = "Selected";
|
||||
"heart_not_selected_state" = "Not Selected";
|
||||
"heart_action_hint" = "Double tap to favorite";
|
||||
"heart_selected_state" = "Favorited";
|
||||
"heart_not_selected_state" = "Unfavorited";
|
||||
|
||||
// MARK: Carousel
|
||||
"MVMCoreUIPageControl_currentpage_index" = "page %@ of %d";
|
||||
|
||||
@ -50,9 +50,9 @@
|
||||
"AccOff" = "apagado";
|
||||
"AccToggleHint" = "toca dos veces para alternar";
|
||||
// Heart
|
||||
"heart_action_hint" = "Toca dos veces para seleccionar.";
|
||||
"heart_selected_state" = "Seleccionado";
|
||||
"heart_not_selected_state" = "No Seleccionado";
|
||||
"heart_action_hint" = "Toca dos veces en favorito";
|
||||
"heart_selected_state" = "Favoritos";
|
||||
"heart_not_selected_state" = "No favorito";
|
||||
// Carousel
|
||||
"MVMCoreUIPageControl_currentpage_index" = "página %@ de %d";
|
||||
"MVMCoreUIPageControlslides_currentpage_index" = "diapositiva %@ of %d";
|
||||
|
||||
@ -53,9 +53,9 @@
|
||||
"AccToggleHint" = "toca dos veces para alternar";
|
||||
|
||||
// Heart
|
||||
"heart_action_hint" = "Toca dos veces para seleccionar.";
|
||||
"heart_selected_state" = "Seleccionado";
|
||||
"heart_not_selected_state" = "No Seleccionado";
|
||||
"heart_action_hint" = "Toca dos veces en favorito";
|
||||
"heart_selected_state" = "Favoritos";
|
||||
"heart_not_selected_state" = "No favorito";
|
||||
|
||||
// Carousel
|
||||
"MVMCoreUIPageControl_currentpage_index" = "página %@ de %d";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user