Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2020-08-14 14:51:15 +02:00
parent 65dfa30705
commit 2bc296ec2f
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ var ImageUtilities = (_ => {
}),
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Anchor, {
className: BDFDB.disCN.downloadlink,
children: `Copy Original`,
children: this.labels.context_copyimage_text,
onClick: event => {
BDFDB.ListenerUtils.stopEvent(event);
this.copyImage(src);