commit 8d1b20176a50c07ebfc1cb092131e5862fe2bf51
Author: leszek <leszek@koltunski.pl>
Date:   Tue Oct 3 17:31:03 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 5ae0ba88..7c84ff3e 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -33,17 +33,17 @@ import org.distorted.main.RubikActivity;
 public class RubikDialogAbout extends RubikDialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. Creator of Bandaged Megaminxes\n" +
-      "2. Fix for a longstanding bug which affected the Void Cube and Pyraminx Diamond.\n";
-
-  private static final String WHATS_COMING =
       "1. Creator of Bandaged Skewbs.\n" +
       "2. Creator of Bandaged Octahedrons.\n" +
-      "3. New UI.\n" +
-      "4. Support for adjustable stickers.\n"  +
-      "5. iOS version.\n" +
-      "6. Algorithmic solvers.\n" +
-      "7. More objects:\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - F-Skewb\n    - Dino Skewb";
+      "3. Fix for the Skewb Solver.\n" +
+      "4. Internal changes to support Ghost Cubes.";
+
+  private static final String WHATS_COMING =
+      "1. New UI with a completely new main screen.\n" +
+      "2. Support for adjustable stickers.\n"  +
+      "3. Algorithmic solvers.\n" +
+      "4. iOS version (no time for this, anyone can help?)\n" +
+      "5. More objects:\n    - Lattice Cube\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Penrose Cubes\n";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
