Skip to content

Commit

Permalink
Fix grammatical error in invalid PIN message.
Browse files Browse the repository at this point in the history
BUG=629538

Review-Url: https://codereview.chromium.org/2162103002
Cr-Commit-Position: refs/heads/master@{#406340}
  • Loading branch information
kelvinp authored and Commit bot committed Jul 19, 2016
1 parent f4af3d1 commit 5c13020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/resources/remoting_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
Duration
</message>
<message desc="Error that is shown on the client side when the host is blocking all connections due to failed authentication attempts." name="IDS_ERROR_HOST_OVERLOAD" formatter_data="android_java">
Connections to the remote computer are temporarily blocked because somebody was trying to connect to it with invalid PIN. Please try again later.
Connections to the remote computer are temporarily blocked because somebody was trying to connect to it with an invalid PIN. Please try again later.
</message>
<message desc="Error that is shown on the client side after the host has terminated connection that lasted more than maximum allowed duration." name="IDS_ERROR_MAX_SESSION_LENGTH" formatter_data="android_java">
The remote session has expired.
Expand Down

0 comments on commit 5c13020

Please sign in to comment.