Always offer to restore

 Always offer to restore (even across reboots)
 Periodically save while the user is typing in a textfield

Change-Id: If226ea7d2e19c58d8205d663f9f8dd670c712436
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b86edb5..1e92fb5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1000,9 +1000,9 @@
     <!-- Recover tabs after a crash dialog title [CHAR LIMIT=32] -->
     <string name="recover_title">Restore windows?</string>
     <!-- Recover tabs after a crash dialog prompt [CHAR LIMIT=none] -->
-    <string name="recover_prompt">Browser appears to have crashed. Would you like to restore your windows from last time?</string>
+    <string name="recover_prompt">Would you like to restore your windows from last time?</string>
     <!-- Yes, recover windows from last time [CHAR LIMIT=10] -->
-    <string name="recover_yes">Yes</string>
+    <string name="recover_yes">Restore</string>
     <!-- No, don't recover windows from last time [CHAR LIMIT=10] -->
     <string name="recover_no">No</string>
     <!-- Font size preview label [CHAR LIMIT=30] -->