commit 80459e9bf4644bb68f9e12d67c2a7d65a6a5fd9d
Author: leszek <leszek@koltunski.pl>
Date:   Thu Mar 13 15:46:55 2025 +0100

    Abotu Dialog

diff --git a/src/main/java/org/distorted/dialogs/DialogAbout.java b/src/main/java/org/distorted/dialogs/DialogAbout.java
index 5645ed12..f9f9a9ac 100644
--- a/src/main/java/org/distorted/dialogs/DialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/DialogAbout.java
@@ -34,14 +34,14 @@ public class DialogAbout extends DialogAbstract
   {
   private static final String WHATS_NEW =
       "1. Improve support for Ghosts.\n" +
-      "2. The next two Ghosts:\n   - Ghost Pyramid\n   - Ghost Skewb aka Golden Cube\n" +
+      "2. A few more puzzles.\n" +
       "3. Support for undoing the last operation in the Bandaged Creators.";
 
   private static final String WHATS_COMING =
       "1. More algorithmic solvers - 4x4 and more.\n" +
       "2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
       "3. iOS version (no time for this, anyone can help? Code is open-source)\n" +
-      "4. More objects:\n    - more Ghosts\n    - more Mixups\n    - more Barrels\n    - Rediminx\n    - 4x4 Windmill\n    - 4x4 Axis";
+      "4. More objects:\n    - more Mixups\n    - more Barrels\n    - Rediminx\n    - 4x4 Windmill\n    - 4x4 Axis";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
