diff --git a/docs/upgrades/upgrade_5.3.3-5.4.0.sql b/docs/upgrades/upgrade_5.3.3-5.4.0.sql index 476f5b36a..362638cdb 100644 --- a/docs/upgrades/upgrade_5.3.3-5.4.0.sql +++ b/docs/upgrades/upgrade_5.3.3-5.4.0.sql @@ -1,2 +1,4 @@ insert into webguiVersion values ('5.4.0','upgrade',unix_timestamp()); +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (979,1,'WebGUI','Are you certain you wish to delete all items in this folder? They cannot be recovered once deleted. Items in sub-folders will not be removed.',1055908341); +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (980,1,'WebGUI','Empty this folder.',1055908341);