Skip to content

Commit

Permalink
Changed plugin manager window title.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccidral committed Nov 20, 2012
1 parent 04198f9 commit 1940b85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void setPlugins(PluginManager pluginManager) {

@Inject
public void setMessages(Messages messages) {
this.setTitle(messages.get("Plugins"));
this.setTitle(messages.get("Tomighty Plugins"));
}

private JPanel createUI() {
Expand Down

0 comments on commit 1940b85

Please sign in to comment.