Index: branches/5.1.x/core/install/upgrades.sql =================================================================== diff -u -N -r14029 -r14033 --- branches/5.1.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14029) +++ branches/5.1.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14033) @@ -1987,4 +1987,8 @@ CHANGE City City VARCHAR(255) NOT NULL DEFAULT '', CHANGE Street Street VARCHAR(255) NOT NULL DEFAULT '', CHANGE Zip Zip VARCHAR(20) NOT NULL DEFAULT '', - CHANGE ip ip VARCHAR(20) NOT NULL DEFAULT ''; \ No newline at end of file + CHANGE ip ip VARCHAR(20) NOT NULL DEFAULT ''; + +UPDATE Phrase + SET l<%PRIMARY_LANGUAGE%>_Translation = 'Use Cron to run Agents' + WHERE PhraseKey = 'LA_USECRONFORREGULAREVENT' AND l<%PRIMARY_LANGUAGE%>_Translation = 'Use Cron for Running Regular Events'; \ No newline at end of file