Skip to content

Commit c16dde4

Browse files
committed
Remove periods from toasts.
Bug: 28266030 Change-Id: I549b73da1d9a53475ecb2628436bed55e7d91c30
1 parent 440e780 commit c16dde4

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

app/src/main/res/values/strings.xml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
<string name="add_account_with_name">Add account with name</string>
5151
<string name="add_account_skip">Skip</string>
5252
<string name="add_account_dialog_title">Account name:</string>
53-
<string name="fail_to_add_account">Fail to add account</string>
53+
<string name="fail_to_add_account">Failed to add account</string>
5454
<string name="icon">Icon</string>
5555
<string name="manage_apps">Manage applications</string>
5656
<string name="reset">Reset</string>
5757
<string name="save">Save</string>
58-
<string name="migration_not_supported">Unable to migrate account into profile, please add manually.</string>
59-
<string name="provisioning_not_supported">Device provisioning is not enabled. Stopping.</string>
60-
<string name="provisioning_failed_or_cancelled">Provisioning failed or cancelled.</string>
58+
<string name="migration_not_supported">Unable to migrate account into profile</string>
59+
<string name="provisioning_not_supported">Device provisioning is not enabled</string>
60+
<string name="provisioning_failed_or_cancelled">Provisioning failed or cancelled</string>
6161
<string name="provisioning_params_title">Select provisioning parameters</string>
6262
<string name="provisioning_params_color">Color: </string>
6363
<string name="provisioning_params_logo">Logo: </string>
6464
<string name="provisioning_params_select">Select</string>
65-
<string name="error_opening_image_file">Error occured while opening image file</string>
65+
<string name="error_opening_image_file">Error opening image file</string>
6666

6767
<string name="work_profile">Work profile</string>
6868
<string name="personal_profile">Personal profile</string>
@@ -73,8 +73,8 @@
7373
<string name="policies_management">Policy management</string>
7474
<string name="other_owner_already_setup_error">There is already a device/profile owner, cannot
7575
start TestDPC</string>
76-
<string name="invalid_launch_intent_no_account">No account found on incoming intent.</string>
77-
<string name="device_admin_receiver_failure">Failed to become device/profile owner.</string>
76+
<string name="invalid_launch_intent_no_account">No account found on incoming intent</string>
77+
<string name="device_admin_receiver_failure">Failed to become device/profile owner</string>
7878
<string name="menu_search_title">Search</string>
7979

8080
<!-- Reasons for disabling preferences -->
@@ -122,11 +122,10 @@
122122
<string name="categories_title">Categories:</string>
123123
<string name="data_schemes_title">Schemes:</string>
124124
<string name="data_types_title">Data types:</string>
125-
<string name="add_cross_profile_intent_success_msg">Cross-profile intent filter has been added.
126-
</string>
127-
<string name="add_cross_profile_intent_failed_msg">Failed to add cross-profile intent filter.
128-
Add at least one action, category, or scheme.
125+
<string name="add_cross_profile_intent_success_msg">Cross-profile intent filter has been added
129126
</string>
127+
<string name="add_cross_profile_intent_failed_msg">Cross-profile intent requires at least one
128+
action, category or scheme</string>
130129
<string name="cross_profile_intent_filters_cleared">All cross-profile intent filters have been
131130
removed.</string>
132131
<string name="cross_profile_intent_filters_flags">Flags:</string>
@@ -232,13 +231,13 @@
232231
<string name="enable_system_apps_by_package_name_error">Package not found.</string>
233232
<string name="enable_system_apps_by_intent">Enable a system app by intent</string>
234233
<string name="enable_system_apps_failure_msg">Failed to enable system apps that receive the
235-
given intent.
234+
given intent
236235
</string>
237-
<string name="enable_system_apps_attempt_msg">Enabled system apps that receive the given intent.
236+
<string name="enable_system_apps_attempt_msg">Enabled system apps that receive the given intent
238237
</string>
239238
<string name ="no_disabled_system_apps">All system apps have been enabled.</string>
240239
<string name="enable">Enable</string>
241-
<string name="invalid_system_apps_action">Invalid action.</string>
240+
<string name="invalid_system_apps_action">Invalid action</string>
242241
<string name="hide_apps_title">Hide apps</string>
243242
<string name="hide_apps_empty">All apps are hidden.</string>
244243
<string name="hide_apps_success">%s is now hidden.</string>
@@ -371,7 +370,7 @@
371370
<string name="define_bundle">Define bundle</string>
372371
<string name="define_bundle_array">Define bundle array</string>
373372
<string name="load_manifest_restrictions">Load manifest restrictions</string>
374-
<string name="set_app_restrictions_success">Successfully set app restrictions for %s.</string>
373+
<string name="set_app_restrictions_success">Successfully set app restrictions for %s</string>
375374
<string name="app_restrictions_info">%1$s - %2$s</string>
376375
<string name="plus">+</string>
377376
<string name="app_restrictions_managing_package">App restrictions manager</string>
@@ -415,7 +414,7 @@
415414
enabled
416415
</string>
417416
<string name="set_accessibility_services_fail">Cannot disallow accessibility services enabled by the primary user</string>
418-
<string name="all_accessibility_services_enabled">All accessibility services are enabled.
417+
<string name="all_accessibility_services_enabled">All accessibility services are enabled
419418
</string>
420419

421420
<!-- Input method -->

0 commit comments

Comments
 (0)