Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 236857 Details for
Bug 420298
Git repository page: "show in navigator" action should be renamed.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Proposed fix patch
patch420298.txt (text/plain), 1.80 KB, created by
libing wang
on 2013-10-24 15:03:24 EDT
(
hide
)
Description:
Proposed fix patch
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-24 15:03:24 EDT
Size:
1.80 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js b/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js >index f683516..eab0fbb 100644 >--- a/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js >+++ b/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js >@@ -249,8 +249,8 @@ > "Open the log for the branch": "Open the log for the branch", > "Open the log for the repository": "Open the log for the repository", > "Open the status for the repository": "Open the status for the repository", >- "Show in Navigator": "Show in Navigator", >- "Show the repository folder in the file navigator": "Show the repository folder in the file navigator", >+ "Show in Editor": "Show in Editor", >+ "Show the repository folder in the editor": "Show the repository folder in the editor", > "Compare With Each Other": "Compare With Each Other", > "Compare With Working Tree": "Compare With Working Tree", > "Open": "Open", >diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js >index 1c7da84..278a1c2 100644 >--- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js >+++ b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js >@@ -718,8 +718,8 @@ > commandService.addCommand(openGitStatus); > > var openCloneContent = new mCommands.Command({ >- name : messages["Show in Navigator"], >- tooltip: messages["Show the repository folder in the file navigator"], >+ name : messages["Show in Editor"], >+ tooltip: messages["Show the repository folder in the editor"], > id : "eclipse.openCloneContent", //$NON-NLS-0$ > hrefCallback : function(data) { > return require.toUrl(editTemplate.expand({resource: data.items.ContentLocation}));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 420298
: 236857