Merge "Update suggestion rules and string description"
This commit is contained in:
committed by
Android (Google) Code Review
commit
73fc34b780
@@ -18,7 +18,7 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:tint="?android:attr/colorAccent"
|
||||
android:tint="?android:attr/colorControlNormal"
|
||||
android:viewportWidth="32.0"
|
||||
android:viewportHeight="32.0">
|
||||
<path
|
||||
|
@@ -3549,7 +3549,7 @@
|
||||
<!-- Category title listing recently used apps [CHAR_LIMIT=50]-->
|
||||
<string name="recent_app_category_title">Recently opened apps</string>
|
||||
<!-- Preference title for showing all apps on device [CHAR_LIMIT=50]-->
|
||||
<string name="see_all_apps_title">See all <xliff:g>%1$d</xliff:g> apps</string>
|
||||
<string name="see_all_apps_title">See all <xliff:g id="count" example="3">%1$d</xliff:g> apps</string>
|
||||
<!-- Preference summary for each recently used app, which is the time since last used, i.e. "7 h 20 min ago". Note: ^1 should be used in all translations [CHAR_LIMIT=60] -->
|
||||
<string name="recent_app_summary"><xliff:g id="time">^1</xliff:g> ago</string>
|
||||
|
||||
|
Reference in New Issue
Block a user