adjust string lengths for i18n

Bug: 6646837
Change-Id: Iecdc06f4fb0f651720ab188629e79f95f7c15ebb
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index a565703..0b781af 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>