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

Unified Diff: ash/ash_strings.grd

Issue 2754963002: Update cros network info bubble (Closed)
Patch Set: more clean up 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
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index cfb3140d5f2c8a08ef05057ab8001629cd8c6447..d81018a68a70688708b410c9881e178fd3b9ada9 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -504,16 +504,16 @@ Press Ctrl+Alt+Z to disable.
Connection may be monitored
</message>
<message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device.">
- Wi-Fi
+ 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:">
- IP address
+ <message name="IDS_ASH_STATUS_TRAY_IP" 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:">
- IPv6 address
+ <message name="IDS_ASH_STATUS_TRAY_IPV6" desc="The label for the IP 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.">
Network settings
@@ -835,7 +835,7 @@ Press Ctrl+Alt+Z to disable.
Searching for mobile networks...
</message>
<message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device.">
- Ethernet
+ 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.">
Initializing...

Powered by Google App Engine
This is Rietveld 408576698