diff --git a/src/EditTableDialog.ui b/src/EditTableDialog.ui index 2bc1c20a4..6234b2d67 100644 --- a/src/EditTableDialog.ui +++ b/src/EditTableDialog.ui @@ -82,7 +82,7 @@ - Make this a 'WITHOUT rowid' table. Setting this flag requires a field of type INTEGER with the primary key flag set and the auto increment flag unset. + Make this a 'WITHOUT ROWID' table. Setting this flag requires specifying a PRIMARY KEY (which can be of any type, and can be composite), and forbids the AUTOINCREMENT flag.