diff options
author | Jason Monk <jmonk@google.com> | 2015-06-18 15:54:55 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-18 15:54:56 +0000 |
commit | ed672cfc8c3acb8b5d3fe932e1b31e20b32594c8 (patch) | |
tree | b7235e00d0bc013ff8bde3e5f4352589ab6ba202 /res | |
parent | 1a129e0fbb2fdfc4f5b7bda82a457e907a4aeb4f (diff) | |
parent | 06fc34e25a602ff17213aca5ff2d30e45c015d92 (diff) | |
download | packages_apps_Settings-ed672cfc8c3acb8b5d3fe932e1b31e20b32594c8.zip packages_apps_Settings-ed672cfc8c3acb8b5d3fe932e1b31e20b32594c8.tar.gz packages_apps_Settings-ed672cfc8c3acb8b5d3fe932e1b31e20b32594c8.tar.bz2 |
Merge "Revert "Accounts -> Account sync"" into mnc-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6169fc9..292698f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -677,11 +677,11 @@ <!-- Text shown for title of profile info setting [CHAR LIMIT=20]--> <string name="profile_info_settings_title">Profile info</string> <!-- Main Settings screen setting option title for the item to take you to the Accounts screen [CHAR LIMIT=22] --> - <string name="Accounts_settings_title">Account sync</string> + <string name="Accounts_settings_title">Accounts</string> <!-- Main Settings screen setting option title for the item to take you to the location screen --> <string name="location_settings_title">Location</string> <!-- Main Settings screen setting option title for the item to take you to the accounts screen [CHAR LIMIT=22] --> - <string name="account_settings_title">Account sync</string> + <string name="account_settings_title">Accounts</string> <!-- Main Settings screen setting option title for the item to take you to the security screen --> <string name="security_settings_title">Security</string> <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen --> |