Browse Source

Improve grammar for icon paragraph in Exporting for Android (#4493)

Co-authored-by: Hugo Locurcio <[email protected]>
Hugo Locurcio 4 years ago
parent
commit
279bcf06b3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tutorials/export/exporting_for_android.rst

+ 2 - 1
tutorials/export/exporting_for_android.rst

@@ -88,7 +88,8 @@ If you don't provide some of the requested icons, Godot will replace them using
 - **Adaptive Icon Foreground:** Provided foreground icon -> Provided main icon -> Project icon -> Default Godot foreground icon.
 - **Adaptive Icon Foreground:** Provided foreground icon -> Provided main icon -> Project icon -> Default Godot foreground icon.
 - **Adaptive Icon Background:** Provided background icon -> Default Godot background icon.
 - **Adaptive Icon Background:** Provided background icon -> Default Godot background icon.
 
 
-It's highly recommended to provide all requested icons, and at least with the specified resolutions. Only this way your application will look great on all Android devices and versions.
+It's highly recommended to provide all the requested icons with their specified resolutions.
+This way, your application will look great on all Android devices and versions.
 
 
 Exporting for Google Play Store
 Exporting for Google Play Store
 -------------------------------
 -------------------------------