summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMartin Hibdon <mhibdon@google.com>2014-08-28 11:00:08 -0700
committerMartin Hibdon <mhibdon@google.com>2014-08-28 11:53:51 -0700
commit51c653646d14d841fbe527aee9fab7a1886338f8 (patch)
treeeca87fdc28862d0b9ac463c68f210619799ea0dd /res/values
parent1c0aa4c0fc1e77a917efb1168db42e14dc78231d (diff)
downloadandroid_packages_apps_Email-51c653646d14d841fbe527aee9fab7a1886338f8.tar.gz
android_packages_apps_Email-51c653646d14d841fbe527aee9fab7a1886338f8.tar.bz2
android_packages_apps_Email-51c653646d14d841fbe527aee9fab7a1886338f8.zip
Put debug screen back into settings
There is still work to be done here: * The debug setting is not persisted in Exchange, so if the exchange service is killed, when it restarts the logging will not be active. * Nothing in Exchange actually does any additional logging if this logging is turned on. Change-Id: Ic578e6956f70dd47fba9b2895385312f71c47abf
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2e4346b4a..9cfeb1056 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -31,8 +31,6 @@
<!-- Name of application on Home screen -->
<string name="app_name">Email</string>
- <!-- Title of debug screen -->
- <string name="debug_title">Debug</string>
<!-- Actions will be used as buttons and in menu items -->
<skip />
@@ -83,12 +81,14 @@
<!-- In the UI, the unread will be displayed with this name [CHAR LIMIT=15] -->
<string name="mailbox_name_display_unread">Unread</string>
+ <!-- Title of debug screen -->
+ <string name="debug_title">Debug</string>
<!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_debug_logging_label" translatable="false">
Enable extra debug logging?</string>
<!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_verbose_logging_label" translatable="false">
- Enable extremely verbose logging?</string>
+ Enable exchange logging?</string>
<!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_file_logging_label" translatable="false">
Enable sd card logging?</string>