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

Unified Diff: chrome/browser/resources/local_discovery/local_discovery.js

Issue 271623003: Added localized string for "Manage" button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mon 05/12/2014 23:34:15.86 Created 6 years, 7 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_discovery/local_discovery.js
diff --git a/chrome/browser/resources/local_discovery/local_discovery.js b/chrome/browser/resources/local_discovery/local_discovery.js
index cbe78042764db7c5cc31aa9c9f70839732cd96c5..f5d17b1b52731bab772b0eedd2a1a25606030599 100644
--- a/chrome/browser/resources/local_discovery/local_discovery.js
+++ b/chrome/browser/resources/local_discovery/local_discovery.js
@@ -335,7 +335,8 @@ cr.define('local_discovery', function() {
}
fillDeviceDescription(devicesDomElement, device.display_name,
- description, device.type, 'Manage' /*Localize*/,
+ description, device.type,
+ loadTimeData.getString('manageDevice'),
manageCloudDevice.bind(null, device.id));
return devicesDomElement;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698