Revision 2f7cd367
Added by Doktor Notor over 8 years ago
src/usr/local/www/status_upnp.php | ||
---|---|---|
52 | 52 |
!$config['installedpackages']['miniupnpd']['config'][0]['iface_array'] || |
53 | 53 |
!$config['installedpackages']['miniupnpd']['config'][0]['enable']) { |
54 | 54 |
|
55 |
print_info_box('UPnP is currently disabled. Go to <a href="pkg_edit.php?xml=miniupnpd.xml">Services > UPnP & NAT-PMP</a> to enable.', 'danger');
|
|
55 |
print_info_box(gettext('UPnP is currently disabled. Go to <a href="pkg_edit.php?xml=miniupnpd.xml">Services > UPnP & NAT-PMP</a> to enable.'), 'danger');
|
|
56 | 56 |
include("foot.inc"); |
57 | 57 |
exit; |
58 | 58 |
} |
Also available in: Unified diff
gettext-ize this while here