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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay.js

Issue 10946043: Change text in keyboard overlay from fullscreen to maximize (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix for Alt & Ctrl Created 8 years, 3 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 | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay_data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/keyboard_overlay.js
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay.js b/chrome/browser/resources/chromeos/keyboard_overlay.js
index 1f0faa0968ddbd94cca4bc3b366eed0f0dfd6fb2..a8ccd1f472b193c949ef9ce9d2a271255f62d9dd 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay.js
@@ -74,7 +74,7 @@ var KEYCODE_TO_LABEL = {
112: 'back',
113: 'forward',
114: 'reload',
- 115: 'full screen',
+ 115: 'maximize',
116: 'switch window',
117: 'bright down',
118: 'bright up',
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698