aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2012-07-18 13:52:41 -0700
committerKurt Partridge <kep@google.com>2012-07-19 09:00:21 -0700
commit0df487678eca58bd4732cfd2b6fd03b3c712eb48 (patch)
treea765d6e0b5ba0e25d7162bc0f8f17faef26a5ba5 /java/res
parent9370ab9adad3b4bc3af8bde52b6422b8d2b873e7 (diff)
downloadlatinime-0df487678eca58bd4732cfd2b6fd03b3c712eb48.tar.gz
latinime-0df487678eca58bd4732cfd2b6fd03b3c712eb48.tar.xz
latinime-0df487678eca58bd4732cfd2b6fd03b3c712eb48.zip
ResearchLogger: make logging more reliable (esp on startup)
Bug: 6188932 Change-Id: I692e427ba2e6da7bb15f48208304c4a034392a22
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 7272cfe97..cf7c1c5bd 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -223,15 +223,15 @@
<string name="notify_recorded_timestamp">Recorded timestamp</string>
<!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=35] -->
- <string name="do_not_log_this_session">Do not log this session</string>
+ <string name="do_not_log_this_session">Suspend logging</string>
<!-- Title for dialog option to let users reenable logging [CHAR LIMIT=35] -->
- <string name="enable_session_logging">Enable session logging</string>
+ <string name="enable_session_logging">Enable logging</string>
<!-- Title for dialog option to let users log all events in this session [CHAR LIMIT=35] -->
<string name="log_whole_session_history">Log whole session history</string>
<!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_deleting">Deleting session log</string>
<!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=35] -->
- <string name="notify_session_log_deleted">Session log deleted</string>
+ <string name="notify_logging_suspended">Logging temporarily suspended. To disable permanently, go to Android Keyboard Settings</string>
<!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=35] -->
<string name="notify_session_log_not_deleted">Session log NOT deleted</string>
<!-- Toast notification that the system has recorded the whole session history [CHAR LIMIT=35] -->
@@ -240,7 +240,6 @@
<string name="notify_session_history_not_logged">Error: Session history NOT logged</string>
<!-- Toast notification that the system is enabling logging [CHAR LIMIT=35] -->
<string name="notify_session_logging_enabled">Session logging enabled</string>
-
<!-- Preference for input language selection -->
<string name="select_language">Input languages</string>