diff --git a/CHANGELOG b/CHANGELOG index ae264b6..7b7fc82 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.97......Minor cosmetic changes. 1.0.96......Set bastille minimum version for some options. 1.0.95......Add new export/import features. 1.0.94......check for required variables for bastille 0.9.x. diff --git a/gui/bastille_manager_util.php b/gui/bastille_manager_util.php index 823819c..99ad974 100644 --- a/gui/bastille_manager_util.php +++ b/gui/bastille_manager_util.php @@ -614,7 +614,7 @@ $document->render(); html_text2('jail_release',gettext('Current base release:'),htmlspecialchars($current_release)); html_text2('auto_boot',gettext('Enable container auto-startup'),htmlspecialchars("This will cause the container to automatically start each time the system restart.")); html_text2('no_autoboot',gettext('Disable container auto-startup'),htmlspecialchars("This will disable the container automatic startup.")); - html_text2('backup',gettext('Export container'),htmlspecialchars("This will export a container to a compressed file/image, please execute `bastille export` for more info in regards exporting formats, Default = .XZ on ZFS setups or .TXZ otherwise.")); + html_text2('backup',gettext('Export container'),htmlspecialchars("This will export a container to a compressed file/image, please execute `bastille export` for more info in regards exporting formats, Default is .XZ on ZFS setups or .TXZ otherwise, For faster compressed backups consider .GZ/.TGZ.")); if (!$disable_base_change): html_combobox2('release',gettext('New base release'),$pconfig['release'],$b_action,gettext("Warning: this will change current base to the selected base on the thin container only, the user is responsible for package updates and/or general incompatibilities issues, or use the command line for native upgrade."),true,false,); diff --git a/version b/version index f42a27c..7776610 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.96 +1.0.97