From: Tim Düsterhus Date: Fri, 3 Jun 2022 12:22:36 +0000 (+0200) Subject: Sync update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php with PackageEnableUpgradeOverr... X-Git-Tag: 5.5.0_RC_1~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=475dbe9806e3133da2cf71171cf4cdf9b2a3dd57;p=GitHub%2FWoltLab%2FWCF.git Sync update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php with PackageEnableUpgradeOverrideForm see 94607cf2b21854a52f2805ad4211b74d6d9cbe96 --- diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php index 438253c965..0f4181b70e 100644 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php +++ b/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php @@ -26,7 +26,7 @@ if ($nonInnoDbSearch) { if (WCF::getLanguage()->getFixedLanguageCode() === 'de') { $message = "Es wurden noch nicht alle Tabellen auf InnoDB migriert."; } else { - $message = "The migration to InnoDB was not yet performed for all database tables."; + $message = "Not all tables have been migrated to InnoDB yet."; } throw new \RuntimeException($message);