Update the Godot Android Editor name from Godot Editor 4.x to Godot Editor v4

This commit is contained in:
Fredia Huya-Kouadio 2023-01-23 07:12:04 -08:00
parent 1f22c482e1
commit 6b400d2fd1
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>