Index: branches/5.2.x/core/install/upgrades.sql =================================================================== diff -u -N -r16569 -r16588 --- branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 16569) +++ branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 16588) @@ -2946,3 +2946,7 @@ UPDATE LanguageLabels SET l1_Translation = 'Incorrect date format, please use ({format}) ex. ({sample})' WHERE PhraseKey = 'LA_ERR_BAD_DATE_FORMAT'; + +UPDATE LanguageLabels +SET l1_HintTranslation = REPLACE(l1_HintTranslation, '
  • This deploy script will reset all caches at once
  • ', '
  • This deploy script will reset all caches at once.
  • \r\n
  • This deploy script will dump production assets.
  • \r\n') +WHERE PhraseKey = 'LA_TITLE_SYSTEMTOOLSDEPLOY';