diff options
author | 2013-03-19 16:49:19 +0900 | |
---|---|---|
committer | 2013-03-19 17:25:55 +0900 | |
commit | a462cd80ae9d07cea596c61c54d7b1b2ba6c6645 (patch) | |
tree | 4ae6b442805aa19100174495f3cd805b586f2d1d /java/res/values | |
parent | 8e005f2989de98cd284f1f5210f4c9d8d658e5e7 (diff) | |
download | latinime-a462cd80ae9d07cea596c61c54d7b1b2ba6c6645.tar.gz latinime-a462cd80ae9d07cea596c61c54d7b1b2ba6c6645.tar.xz latinime-a462cd80ae9d07cea596c61c54d7b1b2ba6c6645.zip |
Support feedback
Bug: 8143554
Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 03dce9ca6..273525100 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -308,6 +308,8 @@ - operation[CHAR LIMIT=100] --> <!-- TODO: remove translatable=false attribute once text is stable --> <string name="research_feedback_demonstration_instructions" translatable="false">Please demonstrate the issue you are writing about.\n\nWhen finished, select the \"Bug?\" button again."</string> + <!-- Title of a preference to send feedback. [CHAR LIMIT=30]--> + <string name="send_feedback">Send feedback</string> <!-- Temporary notification of recording failure [CHAR LIMIT=100] --> <!-- TODO: remove translatable=false attribute once text is stable --> <string name="research_feedback_recording_failure" translatable="false">Recording cancelled due to timeout</string> |