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

Unified Diff: ash/ash_strings.grd

Issue 262973004: Move session length timer into tray bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Steven's comments. Created 6 years, 8 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/resources/ash_resources.grd » ('j') | ash/resources/ash_resources.grd » ('J')
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 3b93ca0aadcef7de8f3b1405b1e881002550e770..fe2141cbeba3ae63ecb167f6b35c92c5b99bc4da 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -512,11 +512,11 @@ Press Shift + Alt to switch.
<message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button.">
Shut down
</message>
- <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME" desc="The time remaining until the end of the session. Shown if the session length is limited.">
- <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph>:<ph name="seconds">$3<ex>12</ex></ph>
+ <message name="IDS_ASH_STATUS_TRAY_BUBBLE_SESSION_LENGTH_LIMIT" desc="Tray bubble item shown to inform the user that the session length is limited.">
+ This session will end in <ph name="session_time_remaining">$1<ex>4 minutes 23 seconds</ex></ph>.
</message>
- <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME_NOTIFICATION" desc="Notification shown to inform the user that the session length is limited.">
- This session will end in <ph name="session_time_remaining">$1<ex>15 minutes</ex></ph>. You will be automatically signed out.
+ <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc="Notification shown to inform the user that the session length is limited.">
+ This session will end in <ph name="session_time_remaining">$1<ex>4 minutes 23 seconds</ex></ph>. You will be automatically signed out!
bartfab (slow) 2014/05/05 13:45:04 Please request a string review by the UI folks. No
Thiemo Nagel 2014/05/05 14:48:41 It's in progress, and yes, that was the first comm
</message>
<message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label shown instead of email for supervised users">
« no previous file with comments | « no previous file | ash/resources/ash_resources.grd » ('j') | ash/resources/ash_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698