diff options
author | 2013-01-17 21:21:48 +0000 | |
---|---|---|
committer | 2013-01-17 21:21:49 +0000 | |
commit | 937877b8770173d209ac82c17a7e57917ea531fc (patch) | |
tree | f669802be9902fe414ebb7d2f7e0c29238c28225 /java/res | |
parent | 63ed9abbe881db72f84025a91025cc3e0c8f1c13 (diff) | |
parent | 14b800d858de4279584ba876aa795e87523511b8 (diff) | |
download | latinime-937877b8770173d209ac82c17a7e57917ea531fc.tar.gz latinime-937877b8770173d209ac82c17a7e57917ea531fc.tar.xz latinime-937877b8770173d209ac82c17a7e57917ea531fc.zip |
Merge "[Rlog14] Increase feedback buffer to cover whole session"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index fd7aac49f..f9d51ff69 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -269,8 +269,7 @@ <string name="research_feedback_dialog_title" translatable="false">Send feedback</string> <!-- Text for checkbox option to include user data in feedback for research purposes [CHAR LIMIT=50] --> <!-- TODO: remove translatable=false attribute once text is stable --> - <!-- TODO: handle multilingual plurals --> - <string name="research_feedback_include_history_label" translatable="false">Include last <xliff:g id="word">%d</xliff:g> words entered</string> + <string name="research_feedback_include_history_label" translatable="false">Include session history</string> <!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] --> <!-- TODO: remove translatable=false attribute once text is stable --> <string name="research_feedback_hint" translatable="false">Enter your feedback here.</string> |