Project

General

Profile

« Previous | Next » 

Revision 1be1ced9

Added by Thomas Arthofer almost 3 years ago

Rename DHCP status from online/offline to active / idle/offline

View differences:

src/etc/inc/system.inc
709 709
	 * Translate these once so we don't do it over and over in the loops
710 710
	 * below.
711 711
	 */
712
	$online_string = gettext("online");
713
	$offline_string = gettext("offline");
712
	$online_string = gettext("active");
713
	$offline_string = gettext("idle/offline");
714 714
	$active_string = gettext("active");
715 715
	$expired_string = gettext("expired");
716 716
	$reserved_string = gettext("reserved");

Also available in: Unified diff