fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7658447
)
outstanding translation
author
Jan Szejko
<janek37@gmail.com>
Thu, 2 Feb 2017 10:49:29 +0000
(11:49 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 2 Feb 2017 10:49:29 +0000
(11:49 +0100)
src/editor/views/attachments/attachments.js
patch
|
blob
|
history
diff --git
a/src/editor/views/attachments/attachments.js
b/src/editor/views/attachments/attachments.js
index
258a143
..
45366ff
100644
(file)
--- a/
src/editor/views/attachments/attachments.js
+++ b/
src/editor/views/attachments/attachments.js
@@
-43,7
+43,7
@@
var attachmentLibrary = function(callback, params) {
});
body.append(div);
}
- var editlink = $("<a target='_blank'>
Manage attachments
</a>");
+ var editlink = $("<a target='_blank'>
" + gettext("Manage attachments") + "
</a>");
editlink.attr('href', config.documentGalleryUrl);
body.append(editlink);
},