diff --git a/CHANGELOG.md b/CHANGELOG.md
index aeda4c96..bdc88b95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,12 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### YACReader
* Add support for continuous scroll mode.
+* Fix the translator.
### All GUI Apps
* Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware.
* Add light/dark themes support that follow the system configuration.
+* Add a theme editor and support for custom themes.
## 9.16.4
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index d3c69407..c1467e62 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -41,10 +41,12 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
"
"
"YACReader
"
" • Add support for continuous scroll mode
"
+ " • Fix the translator
"
"
"
"All GUI Apps
"
" • Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware
"
" • Add light/dark themes support that follow the system configuration
"
+ " • Add a theme editor and support for custom themes
"
"
"
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in Patreon "
"or donate some money using Pay-Pal and help keeping the project alive. "