diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 19:21:56 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 19:21:56 +0000 |
commit | 982acc51088dc88f030238ed0c0c661cf8410cc5 (patch) | |
tree | b3af50c0ee20ff9938f6848c0a4b40be1f36925b /remoting/webapp/_locales/en | |
parent | f02ad19b216c9287efd47e4b5cf8dbc402cc04a1 (diff) | |
download | chromium_src-982acc51088dc88f030238ed0c0c661cf8410cc5.zip chromium_src-982acc51088dc88f030238ed0c0c661cf8410cc5.tar.gz chromium_src-982acc51088dc88f030238ed0c0c661cf8410cc5.tar.bz2 |
Capitalize waiting state messages that form the main content of their dialogs and make them more prominent.
As requested by UX.
BUG=None
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10270036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/_locales/en')
-rw-r--r-- | remoting/webapp/_locales/en/messages.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json index da65ca5..7cbc554 100644 --- a/remoting/webapp/_locales/en/messages.json +++ b/remoting/webapp/_locales/en/messages.json @@ -174,6 +174,10 @@ "message": "An unexpected error occurred. Please report this problem to the developers.", "description": "Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to suggest, other than reporting the error so that we can investigate further." }, + "FOOTER_CONNECTING": { + "message": "Connecting\u2026", + "description": "Text displayed while a client is connecting to a host, but before the connection is established." + }, "FOOTER_WAITING": { "message": "waiting for connection\u2026", "description": "Footer text displayed at the host after an access code has been generated, but before a client connects." @@ -251,7 +255,7 @@ "description": "Instructions to the user to ask them to disable power management for the computer in order to be able to connect to it." }, "HOST_SETUP_STARTING": { - "message": "enabling remote connections for this computer\u2026", + "message": "Enabling remote connections for this computer\u2026", "description": "Message shown when local machine is being registered in the directory and when starting the host." }, "HOST_SETUP_STOP_FAILED": { @@ -263,15 +267,15 @@ "description": "Message shown after host has been stopped." }, "HOST_SETUP_STOPPING": { - "message": "disabling remote connections for this computer\u2026", + "message": "Disabling remote connections for this computer\u2026", "description": "Message shown when host is being stopped on the local machine." }, "HOST_SETUP_UPDATED_PIN": { - "message": "PIN has been updated.", + "message": "Your PIN has been updated.", "description": "Message shown after changing PIN for the local computer." }, "HOST_SETUP_UPDATING_PIN": { - "message": "PIN for this computer is being updated\u2026", + "message": "The PIN for this computer is being updated\u2026", "description": "Message shown while changing PIN for the local computer." }, "HOST_SETUP_UPDATE_PIN_FAILED": { |