summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-05-01 21:41:50 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-05-01 21:41:50 +0300
commit4ec3df1ab97dae49d7994515930ec3a91ef31781 (patch)
tree2c1ad3487178d241976830d0d526670ba2540e07
parentbdeeedb31478a71f2116d53aa05598f0bbcf4328 (diff)
downloadandroid_packages_apps_Gello-4ec3df1ab97dae49d7994515930ec3a91ef31781.tar.gz
android_packages_apps_Gello-4ec3df1ab97dae49d7994515930ec3a91ef31781.tar.bz2
android_packages_apps_Gello-4ec3df1ab97dae49d7994515930ec3a91ef31781.zip
Gello: Improve some strings
Change-Id: Ic2d9f56a7c38eecaaed4de484ac87c53066c1fcb
-rw-r--r--res/raw/incognito_mode_start_page.html3
-rw-r--r--res/values/strings.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/res/raw/incognito_mode_start_page.html b/res/raw/incognito_mode_start_page.html
index 2fc42095..7208e4bf 100644
--- a/res/raw/incognito_mode_start_page.html
+++ b/res/raw/incognito_mode_start_page.html
@@ -39,8 +39,7 @@
<p>
<p>
<strong>You've gone incognito</strong>.
- <p> You're probabling here because you are hiding from panel.sh, don't worry, it won't hurt you here.
- Anyway, pages you view in this window won't appear in your browser history or
+ <p> Pages you view in this window won't appear in your browser history or
search history, and they won't leave other traces, like cookies, on your
device after you close the incognito window. Any files you download or
bookmarks you create will be preserved.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9178d52c..269b2d3d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -551,7 +551,7 @@
<string name="too_many_windows_dialog_title">Tab limit reached</string>
<!-- Message in a dialog telling the user that they cannot open any more
windows because the limit has been reached. -->
- <string name="too_many_windows_dialog_message">Can\'t open a new tab until you close one. Are you bored\u003f</string>
+ <string name="too_many_windows_dialog_message">Can\'t open a new tab until you close one.</string>
<!-- Title for a dialog informing the user that they cannot open a subwindow
because only one can be open at a time. -->
<string name="too_many_subwindows_dialog_title">Pop-up already open</string>