diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-01-23 07:12:04 -0800 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-01-23 14:04:05 -0800 |
commit | 6b400d2fd1755f3a2b1fec6e085af0e3284fee2b (patch) | |
tree | 4c10133f386fec567523bb3fd3121b6a92dbe347 /platform/android | |
parent | 1f22c482e192ef7df57fdc182243459d3dc4f232 (diff) |
Update the Godot Android Editor name from `Godot Editor 4.x` to `Godot Editor v4`
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/java/editor/src/dev/res/values/strings.xml | 2 | ||||
-rw-r--r-- | 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 45fae3fd39..215f2c7d0a 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 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="godot_editor_name_string">Godot Editor 4.x (dev)</string> + <string name="godot_editor_name_string">Godot Editor 4 (dev)</string> </resources> 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 837a5d62e1..216d02d9c7 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 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="godot_editor_name_string">Godot Editor 4.x</string> + <string name="godot_editor_name_string">Godot Editor 4</string> <string name="denied_storage_permission_error_msg">Missing storage access permission!</string> </resources> |