Index: branches/5.2.x/core/install/upgrades.php =================================================================== diff -u -N -r14924 -r14926 --- branches/5.2.x/core/install/upgrades.php (.../upgrades.php) (revision 14924) +++ branches/5.2.x/core/install/upgrades.php (.../upgrades.php) (revision 14926) @@ -1,6 +1,6 @@ moveTranslation('LA_COL_', 'LA_FLD_', 'ColumnTranslation'); // because of "la_col_ItemPrefix" phrase $this->moveTranslation('LA_HINT_', 'LA_FLD_', 'HintTranslation'); $this->moveTranslation('LA_HINT_', 'LA_CONFIG_', 'HintTranslation'); + $this->moveTranslation('LA_HINT_', 'LA_TITLE_', 'HintTranslation'); $this->createPageRevisions(); } }