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

Unified Diff: chrome/browser/resources/shared/js/cr/ui/dialogs.js

Issue 8271025: Moved mobile activation into its own modal dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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: chrome/browser/resources/shared/js/cr/ui/dialogs.js
===================================================================
--- chrome/browser/resources/shared/js/cr/ui/dialogs.js (revision 105363)
+++ chrome/browser/resources/shared/js/cr/ui/dialogs.js (working copy)
@@ -24,8 +24,8 @@
*
* Clients should override these with localized labels.
*/
- BaseDialog.OK_LABEL = 'Ok';
- BaseDialog.CANCEL_LABEL = 'Cancel';
+ BaseDialog.OK_LABEL = '[LOCALIZE ME] Ok';
+ BaseDialog.CANCEL_LABEL = '[LOCALIZE ME] Cancel';
/**
* Number of miliseconds animation is expected to take, plus some margin for

Powered by Google App Engine
This is Rietveld 408576698