From: Daniel Golle Date: Sun, 1 Jul 2012 20:05:05 +0000 (+0000) Subject: Cosmetic changes to the terminology in the UI: X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5be59e6ae7a496a695c5dd533b0b48bb172ec821;p=openwrt-luci.git 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. --- 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