diff options
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/pkg_mgr_install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php index 986a9a9..b52c19b 100644 --- a/src/usr/local/www/pkg_mgr_install.php +++ b/src/usr/local/www/pkg_mgr_install.php @@ -544,10 +544,10 @@ function show_info() { $('#final').addClass("alert-info"); if ("<?=$_POST['mode']?>" != "reinstallall") { $('#final').html("<?=$pkg_wait_txt?>" + "<br />" + - "<?=gettext("(Some packages may take several minutes!)")?>"); + "<?=gettext("This make take several minutes!")?>"); } else { $('#final').html("<?=gettext('Please wait while the reinstallation of all packages completes.')?>" + "<br />" + - "<?=gettext("(Some packages may take several minutes!)")?>"); + "<?=gettext("This make take several minutes!")?>"); } $('#final').show(); } |