summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-17 14:47:20 -0700
committerJohn Reck <jreck@google.com>2011-06-17 14:47:20 -0700
commit24f1826440334ba8a3d2453699c51c1a4b117c7b (patch)
tree831b9b3302b2111cc376cc73fbb688a582565f51 /res
parent7dc444b4c3b70a09a33c0892fb8677922bdf1ecc (diff)
downloadpackages_apps_Browser-24f1826440334ba8a3d2453699c51c1a4b117c7b.zip
packages_apps_Browser-24f1826440334ba8a3d2453699c51c1a4b117c7b.tar.gz
packages_apps_Browser-24f1826440334ba8a3d2453699c51c1a4b117c7b.tar.bz2
Clarify restore dialog, prevent spam
Bug: 4599646 State that it is the browser's windows/tabs to be restored and show the browser's app icon in the dialog. Also cut down on the frequency this prompt will appear by ignoring tabs that haven't loaded anything except the home page. Change-Id: I2c2cc03aa92da3199c47b455256145d392548930
Diffstat (limited to 'res')
-rw-r--r--res/values-sw600dp/strings.xml2
-rw-r--r--res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values-sw600dp/strings.xml b/res/values-sw600dp/strings.xml
index 82ba301..cb0d8a4 100644
--- a/res/values-sw600dp/strings.xml
+++ b/res/values-sw600dp/strings.xml
@@ -35,5 +35,5 @@
<!-- Recover tabs after a crash dialog title [CHAR LIMIT=32] -->
<string name="recover_title">Restore tabs?</string>
<!-- Recover tabs after a crash dialog prompt [CHAR LIMIT=none] -->
- <string name="recover_prompt">Would you like to restore your tabs from last time?</string>
+ <string name="recover_prompt">Would you like to restore your browser tabs from last time?</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c846965..8df4642 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -994,7 +994,7 @@
<!-- 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">Would you like to restore your windows from last time?</string>
+ <string name="recover_prompt">Would you like to restore your browser windows from last time?</string>
<!-- Yes, recover windows from last time [CHAR LIMIT=10] -->
<string name="recover_yes">Restore</string>
<!-- No, don't recover windows from last time [CHAR LIMIT=10] -->