|
@@ -193,7 +193,7 @@ $txt['utf8_cannot_convert_fulltext'] = 'Your messages table is using a fulltext
|
|
|
$txt['text_title'] = 'Convert to TEXT';
|
|
|
$txt['mediumtext_title'] = 'Convert to MEDIUMTEXT';
|
|
|
$txt['mediumtext_introduction'] = 'The default messages table can contain posts up to a size of 65535 characters, in order be able to store bigger texts the column must be converted to "MEDIUMTEXT". It is also possible to revert the column back to TEXT (that operation would reduce the space occupied), but <strong>only if</strong> none of the posts in your database exceed the size of 65535 characters. This condition will be verified before the conversion.';
|
|
|
-$txt['body_checking_introduction'] = 'This function will convert the column of your database that contains the text of the messages into a "TEXT" format (currently is "MEDIUMTEXT". This operation will allow to slightly reduce the amount of space occupied by each message (1 byte per message). If any message stored into the database is longer than 65535 characters it will be truncated and part of the text will be lost.';
|
|
|
+$txt['body_checking_introduction'] = 'This function will convert the column of your database that contains the text of the messages into a "TEXT" format (currently is "MEDIUMTEXT"). This operation will allow to slightly reduce the amount of space occupied by each message (1 byte per message). If any message stored into the database is longer than 65535 characters it will be truncated and part of the text will be lost.';
|
|
|
$txt['exceeding_messages'] = 'The following messages are longer than 65535 characters and will be truncated by the process:';
|
|
|
$txt['exceeding_messages_morethan'] = 'And other %1$d';
|
|
|
$txt['convert_to_text'] = 'No messages are longer than 65535 characters. You can safely proceed with the conversion without losing any part of the text.';
|