Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 516203 - Orion file system should be renamed
  • Loading branch information
squarti committed May 4, 2017
1 parent f6d2b0f commit 5197f7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@
/*eslint-env browser, amd*/
define({//Default message bundle
"Compare": "Compare", //$NON-NLS-0$ //$NON-NLS-1$
"GitFileSysName": "Git File System", //$NON-NLS-0$ //$NON-NLS-1$
"GitFileSysName": "Git Root", //$NON-NLS-0$ //$NON-NLS-1$
"View the side-by-side compare": "View the side-by-side compare", //$NON-NLS-0$ //$NON-NLS-1$
"WorkingDirVer": "Open Working Directory", //$NON-NLS-0$ //$NON-NLS-1$
"Working Directory": "Working Directory", //$NON-NLS-0$ //$NON-NLS-1$
Expand Down
Expand Up @@ -96,6 +96,7 @@ define({//Default message bundle
"Actions": "Actions",
"Orion Content": "Orion Content",
"File System": "File System",
"Root": "Root",
"Create new content": "Create new content",
"Import from HTTP...": "HTTP",
"File URL:": "File URL:",
Expand Down
Expand Up @@ -81,7 +81,7 @@ define(["orion/Deferred", "orion/plugin", "orion/util", "plugins/filePlugin/file
//provider.registerService("orion.core.file", trace(service), {
provider.registerService("orion.core.file", service, {
//Name: 'Orion Content', // HACK see https://bugs.eclipse.org/bugs/show_bug.cgi?id=386509
Name: util.isElectron ? messages["File System"] : messages['Orion Content'],
Name: messages['Root'],
nls: 'orion/navigate/nls/messages',
top: fileBase,
ranking: -1,
Expand Down

0 comments on commit 5197f7e

Please sign in to comment.