Merge "[PasspointV2] Fix lint error" into qt-dev

am: 7cddfa8075

Change-Id: If71b323bbc5e6be08df7a42b049bf2ea6b8f9a0c
This commit is contained in:
cosmohsieh
2019-05-03 11:49:47 -07:00
committed by android-build-merger

View File

@@ -2320,8 +2320,9 @@
<item quantity="one">1 subscription</item> <item quantity="one">1 subscription</item>
<item quantity="other">%d subscriptions</item> <item quantity="other">%d subscriptions</item>
</plurals> </plurals>
<!-- Wi-Fi settings screen, Saved networks summary. This shows below the "Saved networks" item and indicates number of whole kinds networks, if there are both normal saved networks and saved passpoint networks. The number will be at least 2. [CHAR LIMIT=60] --> <!-- Wi-Fi settings screen, Saved networks summary. This shows below the "Saved networks" item and indicates number of whole kinds networks, if there are both normal saved networks and saved passpoint networks. The number will be at least 2, so the one case is only to prevent lint error. [CHAR LIMIT=60] -->
<plurals name="wifi_saved_all_access_points_summary"> <plurals name="wifi_saved_all_access_points_summary">
<item quantity="one">1 network &amp; subscription</item>
<item quantity="other">%d networks &amp; subscriptions</item> <item quantity="other">%d networks &amp; subscriptions</item>
</plurals> </plurals>
<!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. [CHAR LIMIT=30] --> <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. [CHAR LIMIT=30] -->