Fix error dialog display if attachment couldn't be renamed
Regression from 56dcd6da26
(2016)
This commit is contained in:
parent
53a1722a69
commit
f531ac7b60
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@
|
|||
nsIPS.alert(
|
||||
window,
|
||||
Zotero.getString('pane.item.attachments.fileNotFound.title'),
|
||||
Zotero.getString('pane.item.attachments.fileNotFound.text')
|
||||
Zotero.getString('pane.item.attachments.fileNotFound.text1')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue