Skip to content

Commit

Permalink
Android: Fix swapped texture dumping description strings
Browse files Browse the repository at this point in the history
  • Loading branch information
JosJuice committed Jan 29, 2022
1 parent af5678e commit c5c011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/app/src/main/res/values/strings.xml
Expand Up @@ -316,9 +316,9 @@
<string name="dump_texture">Dump Textures</string>
<string name="dump_texture_description">Dumps decoded game textures based on the other flags to User/Dump/Textures/&lt;game_id&gt;/. If unsure, leave this unchecked.</string>
<string name="dump_base_texture">Dump Base Textures</string>
<string name="dump_base_texture_description">Whether to dump mipmapped game textures to User/Dump/Textures/&lt;game_id&gt;/.</string>
<string name="dump_base_texture_description">Whether to dump base game textures to User/Dump/Textures/&lt;game_id&gt;/.</string>
<string name="dump_mip_texture">Dump Mip Maps</string>
<string name="dump_mip_texture_description">Whether to dump base game textures to User/Dump/Textures/&lt;game_id&gt;/.</string>
<string name="dump_mip_texture_description">Whether to dump mipmapped game textures to User/Dump/Textures/&lt;game_id&gt;/.</string>
<string name="misc">Misc</string>
<string name="crop">Crop</string>
<string name="crop_description">Crops the picture from its native aspect ratio to 4:3 or 16:9. If unsure, leave this unchecked.</string>
Expand Down

0 comments on commit c5c011d

Please sign in to comment.