summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-17 16:16:10 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-17 16:16:10 -0700
commit3f1c7b93b87595beb2610b31ed9bbef211bcab40 (patch)
tree5ffc5a32b0da6237de7258a301db8ef37985f512 /res
parentf8d91a519588a2ecc1fc5333c1869ddca9b7e7fe (diff)
parent24f1826440334ba8a3d2453699c51c1a4b117c7b (diff)
downloadpackages_apps_Browser-3f1c7b93b87595beb2610b31ed9bbef211bcab40.zip
packages_apps_Browser-3f1c7b93b87595beb2610b31ed9bbef211bcab40.tar.gz
packages_apps_Browser-3f1c7b93b87595beb2610b31ed9bbef211bcab40.tar.bz2
Merge "Clarify restore dialog, prevent spam"
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] -->