From e59752bcb7c3513d9535b48bca8d7fbb3260e63d Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Tue, 24 Jan 2023 05:11:08 -0800 Subject: [PATCH] Update the Godot Android Editor name from `Godot Editor` to `Godot Editor 3` Keep things consistent with the label used for `Godot Editor 4`, and avoid user confusion regarding the different versions of the engine. --- platform/android/java/editor/src/dev/res/values/strings.xml | 2 +- platform/android/java/editor/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/android/java/editor/src/dev/res/values/strings.xml b/platform/android/java/editor/src/dev/res/values/strings.xml index f3a31365546..f2ebd58b4e2 100644 --- a/platform/android/java/editor/src/dev/res/values/strings.xml +++ b/platform/android/java/editor/src/dev/res/values/strings.xml @@ -1,4 +1,4 @@ - Godot Editor (dev) + Godot Editor 3 (dev) diff --git a/platform/android/java/editor/src/main/res/values/strings.xml b/platform/android/java/editor/src/main/res/values/strings.xml index 162909f06ab..dbce93f4e5b 100644 --- a/platform/android/java/editor/src/main/res/values/strings.xml +++ b/platform/android/java/editor/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - Godot Editor + Godot Editor 3 Missing storage access permission!