Correcting content description in Wifi network selection activity.

Bug: 7362208

Change-Id: I12a65657e95d1510c388e7f18e0af753f0680533
This commit is contained in:
Casey Burkhardt
2012-10-17 16:50:50 -07:00
parent 6ec44ff064
commit 91ecf27ab6
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
android:layout_marginBottom="8dip"
android:src="@*android:drawable/ic_menu_moreoverflow_holo_dark"
android:background="?android:attr/actionBarItemBackground"
android:contentDescription="@string/wifi_menu_wps_pbc" />
android:contentDescription="@string/wifi_menu_more_options" />
</LinearLayout>
@@ -180,4 +180,4 @@
</LinearLayout>
</RelativeLayout>
</LinearLayout>
</view>
</view>

View File

@@ -1293,6 +1293,8 @@
<string name="wifi_access_points">Wi-Fi networks</string>
<!-- Menu option to do WPS Push Button [CHAR LIMIT=25]-->
<string name="wifi_menu_wps_pbc">WPS Push Button</string>
<!-- Content description for menu button in Wifi setup. Not shown on the screen. [CHAR LIMIT=NONE] -->
<string name="wifi_menu_more_options">More options</string>
<!-- Menu option to do WPS Pin Entry [CHAR LIMIT=25]-->
<string name="wifi_menu_wps_pin">WPS Pin Entry</string>
<!-- Menu option to launch Wi-Fi Direct settings [CHAR LIMIT=20]-->