Skip to content

Commit 59a1f83

Browse files
Paul VerestPaul Verest
authored andcommitted
"Nodeclipse support on Stackoverflow"
1 parent e847d63 commit 59a1f83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

org.nodeclipse.pluginslist.core/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</menu>
1818
-->
1919
<action
20-
label="&amp;GitHub Nodeclipse organization"
20+
label="Nodeclipse effort on &amp;GitHub"
2121
icon="icons/github-cat_green.png"
2222
class="org.nodeclipse.pluginslist.core.GithubAction"
2323
tooltip="https://github.com/nodeclipse/"
@@ -35,7 +35,7 @@
3535
id="org.nodeclipse.pluginslist.core.PluginsListAction">
3636
</action>
3737
<action
38-
label="&amp;Stackoverflow.com nodeclipse questions"
38+
label="Nodeclipse support on &amp;Stackoverflow"
3939
icon="icons/stackoverflow16.png"
4040
class="org.nodeclipse.pluginslist.core.StackoverflowAction"
4141
tooltip="http://stackoverflow.com/tags/nodeclipse"

org.nodeclipse.pluginslist.core/src/main/java/org/nodeclipse/pluginslist/core/Constants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ public class Constants {
99
public static final String GITHUB_BROWSER_ID = "NodeclipseGithubID";
1010
public static final String STACKOVERFLOW_BROWSER_ID = "NodeclipseStackoverflowID";
1111

12-
public static final String LIST_BROWSER_NAME = "GitHub Nodeclipse organization";
12+
public static final String LIST_BROWSER_NAME = "Nodeclipse Plugins List";
1313
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";
1515
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";
1717
public static final String STACKOVERFLOW_BROWSER_TOOLTIP = "http://stackoverflow.com/tags/nodeclipse";
1818

1919
public static final String ERROR1_MESSAGE = "Error creating browser component";

0 commit comments

Comments
 (0)