Fix bug #17449527 On Profile info alert box, profile picture button is unlabeled in accessibility

- add missing string

Change-Id: I9c6a50353075b05d0f80d112c999b2579cdb6676
This commit is contained in:
Fabrice Di Meglio
2014-09-10 13:12:25 -07:00
parent 01f3a15e89
commit ade5761557
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
android:layout_height="56dip"
android:layout_gravity="bottom"
android:layout_marginEnd="6dp"
android:contentDescription="@null"
android:contentDescription="@string/user_image_photo_selector"
android:background="@*android:drawable/spinner_background_holo_dark"
android:scaleType="fitCenter"/>

View File

@@ -5484,6 +5484,8 @@
<string name="user_image_take_photo" msgid="7496128293167402354">Take photo</string>
<!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
<string name="user_image_choose_photo" msgid="3746334626214970837">Choose photo from Gallery</string>
<!-- Accessibility message for the photo selector which is a button/popup with the current photo [CHAR LIMIT=50] -->
<string name="user_image_photo_selector">Select photo</string>
<!-- Text to display in regulatory info screen (from device overlay). -->
<string name="regulatory_info_text"></string>