diff options
author | 2012-06-14 07:38:22 -0700 | |
---|---|---|
committer | 2012-06-14 07:38:22 -0700 | |
commit | 1738be868d00c47106ceb5cfafca3b876e8e1e6d (patch) | |
tree | dcf1203ff73b74e31d16ea42de7550a1aaf03ad8 /java | |
parent | 9c9802e6473e5e2e2b792d5f14502139feb49637 (diff) | |
parent | bd8a42f4459d451d33ca1f28ea1db8a18e37a8c7 (diff) | |
download | latinime-1738be868d00c47106ceb5cfafca3b876e8e1e6d.tar.gz latinime-1738be868d00c47106ceb5cfafca3b876e8e1e6d.tar.xz latinime-1738be868d00c47106ceb5cfafca3b876e8e1e6d.zip |
Merge "adjust string lengths for i18n"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index a56570332..0b781af79 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -240,7 +240,7 @@ <!-- Toast notification message that the time has been marked for later review. [CHAR LIMIT=25] --> <string name="notify_recorded_timestamp">Recorded timestamp</string> - <!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=25] --> + <!-- Title for dialog option to let users cancel logging and delete log for this session [CHAR LIMIT=35] --> <string name="do_not_log_this_session">Do not log this session</string> <!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] --> <string name="notify_session_log_deleting">Deleting session log</string> |