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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2153963002: Autoclick on md-settings is synced with autoclick on settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed indentation. Created 4 years, 5 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/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 17413dcb26c064499386b7b0abaa6c5da08a315e..ca5c70b83b52d213a2acb3f210a8d6bdca025648 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -136,19 +136,19 @@
Delay before click:
</message>
<message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_EXTREMELY_SHORT" desc="Description of an extremely short delay before clicks.">
- extremely short
+ extremely short (600ms)
michaelpg 2016/07/16 08:36:27 Did you check with tbuckley@ or bettes@ that we sh
Dan Beam 2016/07/18 19:44:36 i think they're just updating based on changes to
michaelpg 2016/07/18 20:45:02 Got it. Thanks!
sammiequon 2016/07/20 17:19:31 Just waiting for a reply now.
michaelpg 2016/07/20 19:53:37 well, feel free to land as is. Is there an open bu
</message>
<message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_VERY_SHORT" desc="Description of a very short delay before clicks.">
- very short
+ very short (800ms)
</message>
<message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_SHORT" desc="Description of a short delay before clicks.">
- short
+ short (1000ms)
</message>
<message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_LONG" desc="Description of a long delay before clicks.">
- long
+ long (2000ms)
</message>
<message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_VERY_LONG" desc="Description of a very long delay before clicks.">
- very long
+ very long (4000ms)
</message>
<message name="IDS_SETTINGS_ON_SCREEN_KEYBOARD_LABEL" desc="Label for checkbox which enables an on-screen keyboard.">
Enable on-screen keyboard

Powered by Google App Engine
This is Rietveld 408576698