Forgot to commit localized string

This commit is contained in:
Dan Stillman 2006-10-22 10:18:06 +00:00
parent 677b047172
commit e9e13bd38f
2 changed files with 2 additions and 4 deletions

View File

@ -563,11 +563,8 @@ Zotero.Schema = new function(){
var refDir = (row.linkMode==Zotero.Attachments.LINK_MODE_LINKED_FILE) ? Zotero.getZoteroDirectory() : Zotero.getStorageDirectory();
file.setRelativeDescriptor(refDir, row.path);
Zotero.DB.query("UPDATE itemAttachments SET path=? WHERE itemID=?", [file.persistentDescriptor, row.itemID]);
Zotero.debug('succeeded');
}
catch (e){
Zotero.debug('failed');
}
catch (e){}
}
}
}

View File

@ -32,6 +32,7 @@ pane.item.notes.count.plural = %s notes
pane.item.attachments.view.link = View Page
pane.item.attachments.view.snapshot = View Snapshot
pane.item.attachments.view.file = View File
pane.item.attachments.fileNotFound = The attached file could not be found.\n\nIt may have been moved or deleted outside of Zotero.
pane.item.attachments.delete.confirm = Are you sure you want to delete this attachment?
pane.item.attachments.count.singular = %s attachment
pane.item.attachments.count.plural = %s attachments