From 5be59e6ae7a496a695c5dd533b0b48bb172ec821 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 1 Jul 2012 20:05:05 +0000 Subject: [PATCH] Cosmetic changes to the terminology in the UI: Replace references to the device running LuCI as being a "router", as that is not necessarily the case. --- .../admin-full/luasrc/model/cbi/admin_network/vlan.lua | 2 +- .../admin-full/luasrc/view/admin_network/diagnostics.htm | 2 +- .../luasrc/view/admin_network/iface_overview.htm | 8 ++++---- .../luasrc/view/admin_network/wifi_overview.htm | 8 ++++---- .../admin-full/luasrc/view/admin_system/applyreboot.htm | 2 +- modules/admin-mini/luasrc/view/mini/backup.htm | 4 ++-- modules/admin-mini/luasrc/view/mini/index.htm | 4 ++-- modules/niu/luasrc/model/cbi/niu/network/ddns1.lua | 2 +- modules/niu/luasrc/model/cbi/niu/network/lan1.lua | 2 +- modules/niu/luasrc/view/niu/network/warn_ip_change.htm | 2 +- modules/niu/luasrc/view/niu/system/backup.htm | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua b/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua index 15f227f93d..25fd0a899c 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua @@ -13,7 +13,7 @@ You may obtain a copy of the License at $Id$ ]]-- -m = Map("network", translate("Switch"), translate("The network ports on your router can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.")) +m = Map("network", translate("Switch"), translate("The network ports on this device can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.")) m.uci:foreach("network", "switch", function(x) diff --git a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm index 8045f96ecf..953b988397 100644 --- a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm +++ b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm @@ -30,7 +30,7 @@ $Id$ { output.innerHTML = '<%:Loading%> ' + - '<%:Waiting for router...%>' + '<%:Waiting for command to complete...%>' ; legend.parentNode.style.display = 'block'; diff --git a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm index 545d1386d0..9580a9dca3 100644 --- a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm @@ -40,7 +40,7 @@ You may obtain a copy of the License at