Index: branches/5.3.x/core/install/english.lang
===================================================================
diff -u -r15902 -r15913
--- branches/5.3.x/core/install/english.lang (.../english.lang) (revision 15902)
+++ branches/5.3.x/core/install/english.lang (.../english.lang) (revision 15913)
@@ -1551,7 +1551,7 @@
U3lzdGVtIFRvb2xz
Q2xlYXIgVGVtcGxhdGVzIENhY2hl
Q29tbW9ubHkgVXNlZCBLZXlz
- RGVwbG95IENoYW5nZXM=
+ RGVwbG95IENoYW5nZXM=
S2V5IE5hbWU=
S2V5IFZhbHVl
TG9jYXRlIFVuaXQgQ29uZmlnIEZpbGU=
Index: branches/5.3.x/core/admin_templates/tools/system_tools.tpl
===================================================================
diff -u -r15902 -r15913
--- branches/5.3.x/core/admin_templates/tools/system_tools.tpl (.../system_tools.tpl) (revision 15902)
+++ branches/5.3.x/core/admin_templates/tools/system_tools.tpl (.../system_tools.tpl) (revision 15913)
@@ -126,19 +126,19 @@
@@ -307,4 +307,4 @@
-
\ No newline at end of file
+
Index: branches/5.3.x/core/install/upgrades.sql
===================================================================
diff -u -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 = '\r\n- This deploy script will apply all Database Changes stored in [module]/project_upgrades.sql to the current website and save applied Revisions in AppliedDBRevisions.
\r\n- This deploy script will create all new language phrases by re-importing [module]/install/english.lang file.
\r\n- This deploy script will reset all caches at once.
\r\n
'
+WHERE Phrase = 'la_title_SystemToolsDeploy';