commit c91240c968c394eebdfb6ccaac724f834f3482bc
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed May 10 16:12:48 2023 +0200

    About dialog.

diff --git a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
index dd7dad25..60377548 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -33,17 +33,15 @@ import org.distorted.main.RubikActivity;
 public class RubikDialogAbout extends RubikDialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. 6-color Dino solver.\n" +
-      "2. 4-color Dino solver.\n" +
-      "3. Pyraminx Diamond solver.\n" +
-      "4. Minor adjustments to UI and bugfixes.";
+      "1. 3x3x2 Cuboid solver.\n" +
+      "2. Support for 'coin' puzzles (Coin Tetrahedron, Ancient Coin Cube).";
 
   private static final String WHATS_COMING =
       "1. iOS version.\n" +
-      "2. 3x3x2 Cuboid solver, then algorithmic solvers.\n" +
+      "2. Algorithmic solvers.\n" +
       "3. Support for adjustable stickers.\n" +
       "4. In-game currency (stars)\n" +
-      "5. More objects:\n    - Penrose Cubes\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Coin Tetrahedron\n" +
+      "5. More objects:\n    - Penrose Cubes\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Ancient Coin Cube\n" +
       "6. Creator of bandaged Pyraminxes.";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
