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

Unified Diff: Source/devtools/front_end/settings/SettingsScreen.js

Issue 354993003: DevTools: Rename edit workspace folder button to "Folder options" to avoid confusion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/settings/SettingsScreen.js
diff --git a/Source/devtools/front_end/settings/SettingsScreen.js b/Source/devtools/front_end/settings/SettingsScreen.js
index 7beb3b8eb9fe35f6916bd5de2985422e46738e04..b6fe5de054af3cc8703edf56206f25796e1fc2ae 100644
--- a/Source/devtools/front_end/settings/SettingsScreen.js
+++ b/Source/devtools/front_end/settings/SettingsScreen.js
@@ -387,7 +387,7 @@ WebInspector.WorkspaceSettingsTab = function()
this._editFileSystemButton = this._addFileSystemRowElement.createChild("input", "settings-tab-text-button");
this._editFileSystemButton.type = "button";
- this._editFileSystemButton.value = WebInspector.UIString("Edit\u2026");
+ this._editFileSystemButton.value = WebInspector.UIString("Folder options\u2026");
this._editFileSystemButton.addEventListener("click", this._editFileSystemClicked.bind(this), false);
this._updateEditFileSystemButtonState();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698