Revision 31c78e5d
Added by Renato Botelho almost 15 years ago
usr/local/www/pkg_mgr_install.php | ||
---|---|---|
167 | 167 |
update_status($_GET['pkg'] . " " . gettext("installation completed.")); |
168 | 168 |
update_output_window($status); |
169 | 169 |
} else { |
170 |
update_output_window(sprintf(gettext("Could not find %s."), $_GET['pkg']); |
|
170 |
update_output_window(sprintf(gettext("Could not find %s."), $_GET['pkg']));
|
|
171 | 171 |
} |
172 | 172 |
break; |
173 | 173 |
case "reinstallall": |
Also available in: Unified diff
Add missing )