Index: branches/5.3.x/core/install/upgrades.sql =================================================================== diff -u -N -r15902 -r15913 --- branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15902) +++ branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15913) @@ -2940,3 +2940,7 @@ INSERT INTO SystemSettings VALUES(DEFAULT, 'PlainTextCookies', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsSystem', 'la_config_PlainTextCookies', 'text', '', '', 60.10, 0, 1, NULL); INSERT INTO SystemSettings VALUES(DEFAULT, 'ForceCanonicalUrls', '0', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsWebsite', 'la_config_ForceCanonicalUrls', 'checkbox', '', '', 10.0125, 0, 0, NULL); + +UPDATE LanguageLabels +SET l1_HintTranslation = '' +WHERE Phrase = 'la_title_SystemToolsDeploy';