Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 3c8f87248caff66bdc8ee64940acb5d091d5c88e..d9d5b3042809eda870d5551c5b93ea5cc79ba9f6 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -4176,6 +4176,11 @@ Public Exponent (<ph name="PUBLIC_EXPONENT_NUM_BITS">$3<ex>24</ex></ph> bits): |
"<ph name="CLIENT_NAME">$1<ex>Extension Foo</ex></ph>" is debugging this tab. |
</message> |
+ <!-- DevTools file system access --> |
+ <message name="IDS_DEV_TOOLS_FILE_SYSTEM_SECURITY_FILE_NOT_EXISTS_MESSAGE" desc="Message that is shown in DevTools front-end when user selects file system folder without security file while setting up DevTools file system mappings."> |
pfeldman
2012/12/24 19:01:03
_MAGIC_FILE_ ?
Nobody knows what front-end means.
|
+ The selected folder should contain an empty file with the following name: "$1". |
+ </message> |
+ |
<!-- Advanced reload button menu --> |
<message name="IDS_RELOAD_MENU_NORMAL_RELOAD_ITEM" desc="Menu item displayed in the Reload dropdown menu when in dev mode"> |
Normal Reload |