--- a/client/js/i18n.js Thu Sep 24 17:04:21 2015 +0200
+++ b/client/js/i18n.js Thu Sep 24 17:47:11 2015 +0200
@@ -94,6 +94,8 @@
"<unknown user>":"<non authentifié>",
"Search in graph":"Rechercher dans carte",
"Search in " : "Chercher dans ",
- "Show hidden nodes": "Afficher les noeuds cachés"
+ "Show hidden nodes": "Montrer les noeuds cachés",
+ "Show neighbors": "Montrer les voisins",
+ "Hide": "Cacher"
}
};
--- 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;