diff options
author | 2013-04-08 23:02:14 +0900 | |
---|---|---|
committer | 2013-04-08 23:05:45 +0900 | |
commit | d17c8bd9297607e7318ad2470ae72a27b1d28ec1 (patch) | |
tree | b2b0a4258c47880bbd237d93de2a6c3f8616df7c /java/res | |
parent | 31f42ba0c2a9ed073ca6dfed9d4344ca22d6e23d (diff) | |
download | latinime-d17c8bd9297607e7318ad2470ae72a27b1d28ec1.tar.gz latinime-d17c8bd9297607e7318ad2470ae72a27b1d28ec1.tar.xz latinime-d17c8bd9297607e7318ad2470ae72a27b1d28ec1.zip |
Update comments
Change-Id: I6aef328ec9041666cc168c8323bed04d39591b71
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 689205ec1..201fc7030 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -350,10 +350,10 @@ <!-- Inform the user that a particular language has an available dictionary --> <string name="has_dictionary">Dictionary available</string> - <!-- Preferences item for enabling to send user statistics to Google --> + <!-- Preferences item for enabling to send user statistics for development only diagnostics --> <string name="prefs_enable_log">Enable user feedback</string> - <!-- Description for enabling to send user statistics to Google --> - <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> + <!-- Description for enabling to send user statistics for development only diagnostics --> + <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports</string> <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> <string name="keyboard_layout">Keyboard theme</string> |