From 2a22215e1789949bfd45bfec34baa92770a0936e Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Tue, 5 Apr 2022 14:48:20 +0600 Subject: [PATCH] 166-Update_into_text_string issue: https://gitlab.e.foundation/e/os/backlog/-/issues/166 change text value from blue to white because new shutter button is on white color --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 92910be1d..173140136 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -910,7 +910,7 @@ in order to convert GPS coordinates to an address. See https://developer.android.com/reference/android/location/Geocoder . \n%s - Touch to focus, and press the blue camera button to take photos. + Touch to focus, and press the white camera button to take photos. \n\nTo disable maximum screen brightness, see Settings/On screen GUI/\"Force maximum brightness\". To save to SD cards on Android 5+, see Settings/More camera controls/\"Use Storage Access Framework\". For more help, click \"Online help\" from Settings. -- GitLab