File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
org.nodeclipse.pluginslist.core
src/main/java/org/nodeclipse/pluginslist/core Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
</menu>
18
18
-->
19
19
<action
20
- label =" & GitHub Nodeclipse organization "
20
+ label =" Nodeclipse effort on & GitHub"
21
21
icon =" icons/github-cat_green.png"
22
22
class =" org.nodeclipse.pluginslist.core.GithubAction"
23
23
tooltip =" https://github.com/nodeclipse/"
35
35
id =" org.nodeclipse.pluginslist.core.PluginsListAction" >
36
36
</action >
37
37
<action
38
- label =" & Stackoverflow.com nodeclipse questions "
38
+ label =" Nodeclipse support on & Stackoverflow"
39
39
icon =" icons/stackoverflow16.png"
40
40
class =" org.nodeclipse.pluginslist.core.StackoverflowAction"
41
41
tooltip =" http://stackoverflow.com/tags/nodeclipse"
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ public class Constants {
9
9
public static final String GITHUB_BROWSER_ID = "NodeclipseGithubID" ;
10
10
public static final String STACKOVERFLOW_BROWSER_ID = "NodeclipseStackoverflowID" ;
11
11
12
- public static final String LIST_BROWSER_NAME = "GitHub Nodeclipse organization " ;
12
+ public static final String LIST_BROWSER_NAME = "Nodeclipse Plugins List " ;
13
13
public static final String LIST_BROWSER_TOOLTIP = "Install plugins via drag-n-drop on main toolbar" ;
14
- public static final String GITHUB_BROWSER_NAME = "Nodeclipse Plugins List " ;
14
+ public static final String GITHUB_BROWSER_NAME = "Nodeclipse effort on GitHub " ;
15
15
public static final String GITHUB_BROWSER_TOOLTIP = "https://github.com/nodeclipse/" ;
16
- public static final String STACKOVERFLOW_BROWSER_NAME = "Stackoverflow.com nodeclipse questions " ;
16
+ public static final String STACKOVERFLOW_BROWSER_NAME = "Nodeclipse support on Stackoverflow " ;
17
17
public static final String STACKOVERFLOW_BROWSER_TOOLTIP = "http://stackoverflow.com/tags/nodeclipse" ;
18
18
19
19
public static final String ERROR1_MESSAGE = "Error creating browser component" ;
You can’t perform that action at this time.
0 commit comments