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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ActionMessages.properties

Issue 8801021: added a preference so user can specify browser to open html page (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ActionMessages.properties
===================================================================
--- editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ActionMessages.properties (revision 2081)
+++ editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ActionMessages.properties (working copy)
@@ -239,20 +239,6 @@
OpenExternalJavadocAction_dialog_title=Open External JSDoc
OpenExternalJavadocAction_code_resolve_failed=Could not convert text selection into a Dart element
-OpenInBrowserAction_couldNotOpenFile=Could not open file in browser
-OpenInBrowserAction_description=Opens the selected HTML file in a browser
-OpenInBrowserAction_errorMessage=Could not open file in browser
-OpenInBrowserAction_title=Run in Browser
-OpenInBrowserAction_toolTip=Run in Browser
-OpenInBrowserAction_noFileTitle=Select HTML File
-OpenInBrowserAction_noFileMessage=Please select an HTML file to run.
-OpenInBrowserAction_selectFileTitle=Select HTML File
-OpenInBrowserAction_selectFileMessage=Select the HTML file to run:
-OpenInBrowserAction_jobTitle=Launching browser
-OpenInBrowserAction_unableToLaunch=Unable to Launch File
-OpenInBrowserAction_notInDartLib=File is not associated with a Dart library.
-OpenInBrowserAction_notAnHtmlFile=File is not an html file.
-OpenInBrowserAction_noJSFile=Unable to launch {0}: the Javascript output was not generated for the {1} library.
DeployOptimizedAction_title=Generate Optimized Javascript...
DeployOptimizedAction_description=Generate optimized Javascript

Powered by Google App Engine
This is Rietveld 408576698