summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-03-13 00:00:21 +0100
committerjrizzoli <joey@cyanogenmoditalia.it>2016-03-13 14:02:57 +0100
commit24a375a8f086add50ce1f8a1dcf3562900c9b17f (patch)
tree95aff35a9d1ad3c85df45c575400112656203b60 /res
parent9013f0f4d08fa1a29c5d75f41e743a9c85703f7d (diff)
downloadandroid_packages_apps_Gello-24a375a8f086add50ce1f8a1dcf3562900c9b17f.tar.gz
android_packages_apps_Gello-24a375a8f086add50ce1f8a1dcf3562900c9b17f.tar.bz2
android_packages_apps_Gello-24a375a8f086add50ce1f8a1dcf3562900c9b17f.zip
Gello: auto-restart on power mode change
Change-Id: I80ed368b4ab274ed87ef181c191abdd1d11b6130 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1dc2c087..228c5b2e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -371,8 +371,8 @@
<string name="autofill_profile_editor_delete_profile">Delete</string>
<!-- Text on toast shown to the user when power save mode is enabled or disabled -->
- <string name="powersave_dialog_on">Power save mode enabled.\nPlease restart browser.</string>
- <string name="powersave_dialog_off">Power save mode disabled.\nPlease restart browser.</string>
+ <string name="powersave_dialog_on">Power save mode enabled. Browser will be restarted.</string>
+ <string name="powersave_dialog_off">Power save mode disabled. Browser will be restarted.</string>
<!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] -->
<string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</string>