diff --git a/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_en_US.ts b/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_en_US.ts
index d64b294ffa..5ffc42f628 100644
--- a/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_en_US.ts
+++ b/SQLiteStudio3/guiSQLiteStudio/translations/guiSQLiteStudio_en_US.ts
@@ -6203,9 +6203,13 @@ NULL
<html><head/><body><p>Enables/disabled the WITHOUT ROWID clause on the table. Such table will no longer have the "rowid" hidden column. For such table an explicit PRIMARY KEY column is mandatory. You can read more details on this in SQLite official documentation.</p></body></html>
-
- <html><head/><body><p>Enables/disables the STRICT clause for the table. Such table makes strict verification of data stored in columns against declared data types for these columns. This is similar to how data types are usually enforced in most other database engines. Keep it disabled to use the classical SQLite behavior (i.e. no data type enforcement). You can find more details in the official SQLite documentation.</p></body></html>
+ <html><head/><body><p>Enables/disables the STRICT clause for the table. Such table makes strict verification of data stored in columns against declared data types for these columns. This is similar to how data types are usually enforced in most other database engines. Keep it disabled to use the classical SQLite behavior (i.e. no data type enforcement). You can find more details in the official SQLite documentation.</p></body></html>
+
+
+
+
+