Merge "Add personal dictionary summary text" am: 0cbc974638 am: 7106d10dd0 am: b4ada164a0

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1683874

Change-Id: If3b1222631f8ed62b4499f6be5d3a4947a86f5cf
This commit is contained in:
Edgar Wang
2021-05-07 04:49:18 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 1 deletions

View File

@@ -4980,7 +4980,7 @@
<!-- Title for the 'Spell checker for work' preference. [CHAR LIMIT=45] --> <!-- Title for the 'Spell checker for work' preference. [CHAR LIMIT=45] -->
<string name="user_dict_settings_for_work_title">Personal dictionary for work</string> <string name="user_dict_settings_for_work_title">Personal dictionary for work</string>
<!-- User dictionary settings. The summary of the list item to go into the Personal dictionary settings screen. --> <!-- User dictionary settings. The summary of the list item to go into the Personal dictionary settings screen. -->
<string name="user_dict_settings_summary">""</string> <string name="user_dict_settings_summary">Add words to be used in apps such as Spell checker</string>
<!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. --> <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
<string name="user_dict_settings_add_menu_title">Add</string> <string name="user_dict_settings_add_menu_title">Add</string>
<!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. [CHAR LIMIT=25] --> <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. [CHAR LIMIT=25] -->

View File

@@ -57,6 +57,7 @@
<Preference <Preference
android:key="key_user_dictionary_settings" android:key="key_user_dictionary_settings"
android:title="@string/user_dict_settings_title" android:title="@string/user_dict_settings_title"
android:summary="@string/user_dict_settings_summary"
android:fragment="com.android.settings.inputmethod.UserDictionaryList" android:fragment="com.android.settings.inputmethod.UserDictionaryList"
settings:controller="com.android.settings.language.UserDictionaryPreferenceController" /> settings:controller="com.android.settings.language.UserDictionaryPreferenceController" />
</PreferenceCategory> </PreferenceCategory>