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

Unified Diff: remoting/webapp/main.html

Issue 9733021: Shorter prompt string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added better string for buttons. Created 8 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 | « remoting/webapp/_locales/en/messages.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index c86e3d00d9d086858df2a324e3a6c083f3f7a46f..dff6153fafd2095a9a9aff2ef02105d38d34ba5e 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -397,11 +397,11 @@ found in the LICENSE file.
</p>
<div class="centered">
<button id="confirm-host-delete"
- i18n-content="YES"
+ i18n-content="DISABLE_HOST"
type="button">
</button>
<button id="cancel-host-delete"
- i18n-content="NO"
+ i18n-content="CANCEL"
type="button">
</button>
</div>
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698