diff options
author | 2013-04-10 19:35:44 -0700 | |
---|---|---|
committer | 2013-04-10 19:35:44 -0700 | |
commit | 4c896a2fe81748990786288eff28b00233423da9 (patch) | |
tree | 07f375c2026f5d618b0cef50fbc5198bf14f6a5a /java/res | |
parent | b3cf23de7f30eb4c9c8c757d8b02a12fdad026aa (diff) | |
parent | f71b96406391fc00c1d3dc45e6b3e827f3595842 (diff) | |
download | latinime-4c896a2fe81748990786288eff28b00233423da9.tar.gz latinime-4c896a2fe81748990786288eff28b00233423da9.tar.xz latinime-4c896a2fe81748990786288eff28b00233423da9.zip |
am f71b9640: am d17c8bd9: Update comments
* commit 'f71b96406391fc00c1d3dc45e6b3e827f3595842':
Update comments
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 4b5bfe747..adbf52953 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> |