Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2662)

Unified Diff: ash/ash_strings.grd

Issue 2781233002: ChromeOS - Fix some network related strings. (Closed)
Patch Set: no vpn Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/common/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index 3925c81c262ca9bfa5c883d8660a9d135927f62f..303d1a9fb47e4b4b62ff79f7c5afa1d9593fb135 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -503,16 +503,16 @@ Press Ctrl+Alt+Z to disable.
<message name="IDS_ASH_STATUS_TRAY_VPN_MONITORED" desc="The label used when a VPN connection may be monitored.">
Connection may be monitored
</message>
- <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device.">
+ <message name="IDS_ASH_STATUS_TRAY_WIFI_ADDRESS" desc="The label for the mac address of the wifi device.">
Wi-Fi: <ph name="ADDRESS">$1<ex>23:45:67:89:AB:CD</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button.">
Network info
</message>
- <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network.">
+ <message name="IDS_ASH_STATUS_TRAY_IP_ADDRESS" desc="The label for the IP address of the network.">
IP address: <ph name="ADDRESS">$1<ex>192.168.1.1</ex></ph>
</message>
- <message name="IDS_ASH_STATUS_TRAY_IPV6" desc="The label for the IP address of the network.">
+ <message name="IDS_ASH_STATUS_TRAY_IPV6_ADDRESS" desc="The label for the IPv6 address of the network.">
IPv6 address: <ph name="ADDRESS">$1<ex>0:0:0:0:100:0:0:1</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog.">
@@ -834,7 +834,10 @@ Press Ctrl+Alt+Z to disable.
<message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when scanning for mobile networks">
Searching for mobile networks...
</message>
- <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device.">
+ <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The generic name for an Ethernet connection.">
+ Ethernet
+ </message>
+ <message name="IDS_ASH_STATUS_TRAY_ETHERNET_ADDRESS" desc="The label for the mac address of the ethernet device.">
Ethernet: <ph name="ADDRESS">$1<ex>01:23:45:67:89:AB</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_INITIALIZING_CELLULAR" desc="Message for the status area when initializing the cellular device.">
« no previous file with comments | « no previous file | ash/common/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698