diff -r dbd2b3d19a93 -r e21c96e251ee client/js/renderer/scene.js
--- a/client/js/renderer/scene.js Fri Jan 09 16:55:06 2015 +0100
+++ b/client/js/renderer/scene.js Sun Jan 11 19:46:47 2015 +0100
@@ -490,22 +490,22 @@
'
<%-translate("Add Node")%>
<% } %>' +
'<% if (options.show_addedge_button) { %><% } %>' +
- '<% if (options.show_export_button) { %><% } %>' +
+ '<% if (options.show_export_button) { %><% } %>' +
'<% if (options.show_save_button) { %><% } %>' +
'<% if (options.show_open_button) { %><% } %>' +
'<% if (options.show_bookmarklet) { %><% } %>' +
+ '<%-translate("Renkan \'Drag-to-Add\' bookmarklet")%><% } %>' +
'<% } else { %>' +
- '<% if (options.show_export_button) { %><% } %>' +
+ '<% if (options.show_export_button) { %><% } %>' +
'<% };' +
'if (options.show_search_field) { %>' +
'<% } %><% } %>' +
'' +
'
' +
'<% if (options.show_bins) { %>
«
<% } %>' +
- '
' +
+ '
' +
'
'
),
fixSize: function(_autoscale) {