diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index fb1de52..fb7ff14 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3744,7 +3744,10 @@ <string name="background_data_dialog_message">Disabling background data extends battery life and lowers data use. Some apps may still use the background data connection.</string> <!-- Title for a checkbox that enables data synchronization in the account and sync screen [CHAR LIMIT=35] --> <string name="sync_automatically">Auto-sync app data</string> - + <!-- Account creation warning in multi-user tablets [CHAR LIMIT=none] --> + <string name="add_account_shared_system_warning" product="tablet">Reminder: As with any shared computer, there is some risk that other users may find a way to access your data on this tablet.</string> + <!-- Account creation warning in multi-user phones[CHAR LIMIT=none] --> + <string name="add_account_shared_system_warning" product="default">Reminder: As with any shared computer, there is some risk that other users may find a way to access your data on this phone.</string> <!-- Sync status messages on Accounts & Synchronization settings --><skip /> <!-- Sync status shown when sync is enabled [CHAR LIMIT=25] --> <string name="sync_enabled">Sync is ON</string> |