diff options
author | 2012-08-22 10:41:10 -0700 | |
---|---|---|
committer | 2012-08-22 10:41:10 -0700 | |
commit | d573bad5bdd83236efee9cac76898ed138fbe53c (patch) | |
tree | 35d6e2fabfa7ffe618163b226729e739b3854152 /java/res | |
parent | 50e7501722427aabdd280201e5e1bbfaeac76fab (diff) | |
parent | bf653996eab40e2c66cfd2eaeb48ed5175b78455 (diff) | |
download | latinime-d573bad5bdd83236efee9cac76898ed138fbe53c.tar.gz latinime-d573bad5bdd83236efee9cac76898ed138fbe53c.tar.xz latinime-d573bad5bdd83236efee9cac76898ed138fbe53c.zip |
Merge "ResearchLogging capture full n-gram data" into jb-mr1-dev
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 07b3f31c7..f2468f5a4 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -261,7 +261,8 @@ <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 --> - <string name="research_feedback_include_history_label" translatable="false">Include last 5 words entered</string> + <!-- 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> <!-- 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> |