diff --git a/CHANGELOG b/CHANGELOG index 904c710..95405e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.54......Don't skip ZFS activation if "Available but not enabled" status displayed. 1.0.53......Add initial ZFS activation guided support. 1.0.52......Switch repository for early updates and bug fixes. 1.0.51......Jail rename to last position, prevent for null autoboot variables. diff --git a/gui/bastille_manager_maintenance.php b/gui/bastille_manager_maintenance.php index 64bdf7a..d85fa9b 100644 --- a/gui/bastille_manager_maintenance.php +++ b/gui/bastille_manager_maintenance.php @@ -50,7 +50,7 @@ if(!initial_install_banner()): . gtext('Please check and configure ZFS support option first.') . '' . '
' - . gtext('Or click Activate to save current configuration regardless.'); + . gtext('Or click Save to store current configuration regardless.'); $prerequisites_ok = false; endif; diff --git a/version b/version index b649b91..970b756 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.53 +1.0.54