Merge pull request #71969 from m4gr3d/update_godot_editor_label_3x
Update the Godot Android Editor name from `Godot Editor` to `Godot Editor 3`
This commit is contained in:
commit
71654485b8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="godot_editor_name_string">Godot Editor (dev)</string>
|
<string name="godot_editor_name_string">Godot Editor 3 (dev)</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="godot_editor_name_string">Godot Editor</string>
|
<string name="godot_editor_name_string">Godot Editor 3</string>
|
||||||
|
|
||||||
<string name="denied_storage_permission_error_msg">Missing storage access permission!</string>
|
<string name="denied_storage_permission_error_msg">Missing storage access permission!</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue