diff -r c65ad94a9a91 -r d05ee3bcceab client/js/renderer/nodeshowbutton.js --- a/client/js/renderer/nodeshowbutton.js Thu Sep 24 17:04:21 2015 +0200 +++ b/client/js/renderer/nodeshowbutton.js Thu Sep 24 17:47:11 2015 +0200 @@ -16,7 +16,7 @@ this.startAngle = 90; this.endAngle = 135; this.imageName = "show"; - this.text = "Show"; + this.text = "Show neighbors"; }, mouseup: function() { this.renderer.click_target = null;