Procházet zdrojové kódy

Merge pull request #71917 from m4gr3d/update_godot_android_editor_label

Update the Godot Android Editor name from `Godot Editor 4.x` to `Godot Editor 4`
Rémi Verschelde před 2 roky
rodič
revize
3275428b1f

+ 1 - 1
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>

+ 1 - 1
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>